Hi Guys,
Can somebody help me out with fixing a compiling error i get? I get a few of about the same (just a different number) and then no joy.
chainparams.cpp:143:53: error: ambiguous overload for operator= (operand types are std::vector and boost::assign_detail::generic_list)
base58Prefixes[PUBKEY_ADDRESS] = list_of(111);
I did all steps that need to be done before building. I am at Ubuntu 17, so maybe some version conflict?
Something to do with boost? I'm at V1.62
Thanks!
Ok, this was a boost version error. I did some copy/paste work in "chainparams.cpp" to fix this.
Now having a darksend.cpp error and trying to fix at at the same manor. Going to "borrow" some code from another git ;-)