Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Exclusive Coin EXCL - Masternodes,DarkSend,InstantX - BIG UPDATES!
by
illodin
on 13/07/2016, 07:01:19 UTC
I had to change this line

Code:
const CScriptID& hash = boost::get(address);

in rpcrawtransaction.cpp to

Code:
const CScriptID& hash = boost::get(address);

to get it to compile on Ubuntu 16.04 LTS. Otherwise I was getting an error

Code:
/usr/include/boost/variant/get.hpp:178:5: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE’

Can you please confirm this change doesn't break anything?