onsightit / solarcoin

SolarCoin with PoST
MIT License
53 stars 27 forks source link

Build error #21

Closed ghost closed 8 years ago

ghost commented 8 years ago

I have not built an old school bitcoin clone in years so excuse my ignorance.

cd src/
make -f makefile.unix

ubuntu 15.10 error

/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<fal
se>’
     BOOST_STATIC_ASSERT_MSG(
     ^
makefile.unix:182: recipe for target 'obj/rpcrawtransaction.o' failed
make: *** [obj/rpcrawtransaction.o] Error 1
``