Hello all.
Sorry if this question was answered here.
I tried to compile daemon in Ubuntu 17.0.4 with newest packages, and received error:
chainparams.cpp:157:72: error: ambiguous overload for 'operator=' (operand types are 'std::vector' and 'boost::assign_detail::generic_list')
base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x35)(0x83)(0x94);
^
What's the problem and how to solve it?