boost - dogecoind.exe compilation with mingw -
i want compile dogecoin daemon on windows (dogecoind.exe) error:
c:\dogecoin-master-1.5\src>mingw32-make -f makefile.mingw g++ -c -o json/json_spirit_value.o json/json_spirit_value.cpp in file included json/json_spirit_value.cpp:8:0:json/json_spirit_value.h:19:29: fatal error: boost/config.hpp: no such file or directory #include <boost/config.hpp> ^ compilation terminated. <builtin>: recipe target 'json/json_spirit_value.o' failed mingw32-make: *** [json/json_spirit_value.o] error 1
i followed tutorial: https://bitcointalk.org/index.php?topic=149479.0 works other coins bitcoin not doge :(. dependancies compilation ok, have boost libraries in stage folder , config.hpp in boost folder.
the "official" howto simple copy of litecoin project : https://github.com/dogecoin/dogecoin/blob/master-1.5/doc/build-msw.md
if have idea or try compile dogecoind on windows, appreciate help.
thanks.
ok, found.
i moved files inside json folder in src root folder, changed obj/json_spirit_value.o in make file , works !
Comments
Post a Comment