Guest User

Bitcoin Core 0.13 build error with Boost 1.49

a guest
Oct 8th, 2016
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.72 KB | None | 0 0
  1. g++ -std=c++11 -DHAVE_CONFIG_H -I. -I../src/config   -I. -I./obj -I/usr/include/db4/ -pthread -I/usr/include -DBOOST_NO_SCOPED_ENUMS -DBOOST_NO_CXX11_SCOPED_ENUMS -I./leveldb/include -I./leveldb/helpers/memenv   -I./secp256k1/include -I./univalue/include -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64   -march=i586 -mtune=i686 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fPIE -fPIC -MT libbitcoin_util_a-util.o -MD -MP -MF .deps/libbitcoin_util_a-util.Tpo -c -o libbitcoin_util_a-util.o `test -f 'util.cpp' || echo './'`util.cpp
  2. In file included from util.cpp:81:0:
  3. /usr/include/boost/program_options/detail/config_file.hpp: In instantiation of 'bool boost::program_options::detail::basic_config_file_iterator<charT>::getline(std::string&) [with charT = char; std::string = std::basic_string<char>]':
  4. util.cpp:812:1:   required from here
  5. /usr/include/boost/program_options/detail/config_file.hpp:163:31: error: 'to_internal' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  6.              s = to_internal(in);
  7.                                ^
  8. In file included from /usr/include/boost/program_options/detail/parsers.hpp:9:0,
  9.                  from /usr/include/boost/program_options/parsers.hpp:265,
  10.                  from util.cpp:82:
  11. /usr/include/boost/program_options/detail/convert.hpp:75:34: note: 'template<class T> std::vector<std::basic_string<char> > boost::program_options::to_internal(const std::vector<_RealType>&)' declared here, later in the translation unit
  12.          std::vector<std::string> to_internal(const std::vector<T>& s)
  13.                                   ^
Advertisement
Add Comment
Please, Sign In to add comment