Post
Topic
Board Announcements (Altcoins)
Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency
by
forsetifox
on 20/07/2013, 07:51:48 UTC
I'm getting this compile error when building primecoin on a clean Ubuntu 12.04 x64 server. Bitcoin compiles just fine on the same server. I pulled the latest revision from github.

Make command (in src/):

Quote
make -f makefile.unix clean; make -f makefile.unix USE_UPNP= primecoind

Command output:

Quote
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/opt/crypto_coins/primecoin/src -I/opt/crypto_coins/primecoin/src/obj -DUSE_IPV6=1 -I/opt/crypto_coins/primecoin/src/leveldb/include -I/opt/crypto_coins/primecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/init.d -o obj/init.o init.cpp
init.cpp: In function ‘void DetectShutdownThread(boost::thread_group*)’:
init.cpp:130:8: error: ‘fGenerate’ was not declared in this scope

Where is the best place to ask for help? Unfortunately Github issues are not enabled for the primecoin repository.

Do you have boost installed?