Post
Topic
Board Announcements (Altcoins)
Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency
by
nmersulypnem
on 10/07/2013, 05:32:51 UTC

You can find good information here:
Building headless Bitcoin and Bitcoin-qt on Windows
https://bitcointalk.org/index.php?topic=149479.0

I already check it - working.

...but you must have made some changes.  Following the instructions, I'm getting build errors on compiling leveldb...

g++ -c -mthreads -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DB
OOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -IC:/primecoin-master/src/leveldb/include -IC:/primecoin-master/src/leveldb/helpers -I"C:/primecoin
-master/src" -I"/usr/local/include" -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
compilation terminated.
mingw32-make: *** [obj/alert.o] Error 1


...I'm not sure why but it can't find a boost file which is definitely there....