Post
Topic
Board Altcoin Discussion
Re: A Psuedo Guide on how to Build an AltCoin (help fill in gaps)
by
Petr1fied
on 08/05/2013, 17:13:01 UTC
Been playing and managed to successfully compile the daemon after making some of my own changes.

Not having too much luck compiling the wallet though. This is the error I get:
Code:
                from src\qt\bitcoin.cpp:11:
d:\Qt\4.8.4\include/boost/thread/win32/once.hpp: In function 'void boost::call_o
nce(boost::once_flag&, Function) [with Function = void (*)()]':
d:\Qt\4.8.4\include/boost/thread/once.hpp:27:28:   instantiated from here
d:\Qt\4.8.4\include/boost/thread/win32/once.hpp:172:21: warning: value computed
is not used [-Wunused-value]
d:\Qt\4.8.4\include/boost/system/error_code.hpp: At global scope:
d:\Qt\4.8.4\include/boost/system/error_code.hpp:208:36: warning: 'boost::system:
:system_category' defined but not used [-Wunused-variable]
d:\Qt\4.8.4\include/boost/system/error_code.hpp:209:36: warning: 'boost::system:
:generic_category' defined but not used [-Wunused-variable]
d:\Qt\4.8.4\include/boost/system/error_code.hpp:214:36: warning: 'boost::system:
:posix_category' defined but not used [-Wunused-variable]
d:\Qt\4.8.4\include/boost/system/error_code.hpp:215:36: warning: 'boost::system:
:errno_ecat' defined but not used [-Wunused-variable]
d:\Qt\4.8.4\include/boost/system/error_code.hpp:216:36: warning: 'boost::system:
:native_ecat' defined but not used [-Wunused-variable]
mingw32-make: *** [build/bitcoin.o] Error 1

Anyone have any ideas?