Author

Topic: Anoncoin error (Read 936 times)

sr. member
Activity: 290
Merit: 250
April 10, 2014, 04:52:09 PM
#4
Hi there. Have a look at https://anoncoin.net/index.php/guides2 for build instructions.
legendary
Activity: 1148
Merit: 1014
In Satoshi I Trust
April 10, 2014, 04:45:49 PM
#3
anoncoin is the problem. use Zerocoin in the future.
newbie
Activity: 13
Merit: 0
April 10, 2014, 04:42:34 PM
#2
I replying to this question solely to have useful information picked up by the Google crawler; but that is an error that is SOLELY related to Boost and the build process. Either the makefile does not point to boost correctly, or you have an incorrect version of boost.
sr. member
Activity: 364
Merit: 250
January 06, 2014, 04:20:36 PM
#1
Is there anybody who knowns how to fix this problem:
KRISZ-LINUX:/codes/anoncoin/src # make -f makefile.linux-mingw
/opt/mingw32/bin/i686-w64-mingw32-g++ -c -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -D_MT -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DSTATICLIB -DUSE_UPNP=0 -DUSE_IPV6=1 -DUSE_NATIVE_I2P -I"../i2psam" -I"/codes/anoncoin/src/leveldb/include" -I"/codes/anoncoin/src/leveldb/helpers" -DHAVE_BUILD_INFO -I"/codes/anoncoin/src" -I"/codes/anoncoin/src"/obj -I"/use/include/boost/include" -I"/use/include/boost" -I"../i2psam"  -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
 #include
                                                     ^
compilation terminated.
make: *** [obj/alert.o] Error 1
Jump to: