简体   繁体   English

在Ubuntu上打开PIVX钱包时出错

[英]Error while opening pivx wallet on ubuntu

I am new in pivx technologies. 我是pivx技术的新手。 I will get the error when opening pivx wallet that 打开pivx钱包时,我会收到错误消息

pivx-qt: /home/ioss/PIVX-master/depends/x86_64-pc-linux-gnu/share/../include/boost/smart_ptr/shared_ptr.hpp:704: typename boost::detail::sp_dereference::type boost::shared_ptr::operator*() const [with T = boost::signals2::mutex; pivx-qt:/home/ioss/PIVX-master/depends/x86_64-pc-linux-gnu/share/../include/boost/smart_ptr/shared_ptr.hpp:704:类型名称boost :: detail :: sp_dereference ::类型boost :: shared_ptr :: operator *()const [with T = boost :: signals2 :: mutex; typename boost::detail::sp_dereference::type = boost::signals2::mutex&]: Assertion `px != 0' failed. 类型名boost :: detail :: sp_dereference :: type = boost :: signals2 :: mutex&]:断言“ px!= 0”失败。 Aborted (core dumped) 中止(核心已弃用)

Please give any idea to solve this error. 请给出解决此错误的任何想法。

The error because ./autogen.sh miss configured something ,to avoid the issue just delete the .yourcoin from home directory and then 该错误是因为./autogen.sh错过了一些配置,为避免该问题,只需从主目录中删除.yourcoin,然后

cd yourcoin/depends 
make
./autogen.sh
./configure --prefix=$(pwd)/depends/x86_64-pc-linux-gnu # if you are using ubuntu 64 bit
make                                 
make install 

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM