chainparams.cpp:217:40: error: use of overloaded operator '=' is ambiguous (with operand types 'std::vector<unsigned char>' and
'boost::assign_detail::generic_list<int>')
base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x35)(0x83)(0x94);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/../lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/stl_vector.h:439:7: note: candidate function
operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
^
/usr/bin/../lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/stl_vector.h:427:7: note: candidate function
operator=(const vector& __x);
^
/usr/bin/../lib/gcc/x86_64-redhat-linux/4.8.2/../../../../include/c++/4.8.2/bits/stl_vector.h:461:7: note: candidate function
operator=(initializer_list<value_type> __l)
^
34 warnings and 10 errors generated.
tried with gcc-4.8.2 and clang-3.4.