Open janiko71 opened 7 years ago
Hi all, cannot build a Windows version from Ubuntu. I followed all the steps of the README.md file but I get an error during the make:
README.md
make
chainparams/chainparams.cpp: In constructor ‘CMainParams::CMainParams()’: chainparams/chainparams.cpp:176:51: error: ambiguous overload for ‘operator=’ (operand types are ‘std::vector<unsigned char>’ and ‘boost::assign_detail::generic_list<int>’) base58Prefixes[PUBKEY_ADDRESS] = list_of(0); ^
Hi all, cannot build a Windows version from Ubuntu. I followed all the steps of the
README.md
file but I get an error during themake
: