【问题标题】:Debian "make" errorDebian“制作”错误
【发布时间】:2013-11-01 13:27:37
【问题描述】:
我正在尝试在我的 Debian 机器上安装 ufasoft miner,但在输入 make 后它显示以下消息:
make[1]: 进入目录`/root/ufasoft_coin-0.75'
CXX el/libext/bignum.o
在 el/libext/bignum.cpp:18:0 包含的文件中:
./el/bignum.h: 在成员函数 ?void Ext::BigInteger::swap(Ext::BigInteger&)?:
./el/bignum.h:310:8: 错误: ?mpz_class?没有名为 ?swap 的成员?
make[1]: *** [el/libext/bignum.o] 错误 1
make[1]: 离开目录`/root/ufasoft_coin-0.75'
make: *** [全部] 错误 2
【问题讨论】:
标签:
makefile
debian
bitcoin
【解决方案1】:
检查您安装的GMP 版本。
对我来说,ufasoft_coin-0.75 与最新的 gmp-5.1.3 编译良好(使用 --enable-cxx)