在Ubuntu上打开PIVX钱包时出错

时间:2018-11-15 10:32:33

标签: c++ boost cryptocurrency pos

我是pivx技术的新手。打开pivx钱包时我会收到错误消息

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

请提出解决此错误的任何想法。

1 个答案:

答案 0 :(得分:0)

该错误是因为./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