aeonix / aeon-legacy

Legacy Aeon coin sources from before May 2018 code rebase
222 stars 117 forks source link

error during make #63

Open kakani9 opened 7 years ago

kakani9 commented 7 years ago

[ 44%] Linking CXX executable connectivity_tool

/tmp/cc9MBT1H.ltrans6.ltrans.o: In function `gnu_cxx::__normal_iterator<char const*, std::cxx11::basic_string<char, std::char_traits, std::allocator > > boost::re_detail::re_is_set_member<gnu_cxx::__normal_iterator<char const*, std::cxx11::basic_string<char, std::char_traits, std::allocator > >, char, boost::regex_traits<char, boost::cpp_regex_traits >, unsigned int>(gnu_cxx::__normal_iterator<char const*, std::cxx11::basic_string<char, std::char_traits, std::allocator > >, gnu_cxx::__normal_iterator<char const*, std::cxx11::basic_string<char, std::char_traits, std::allocator > >, boost::re_detail::re_set_long const*, boost::re_detail::regex_data<char, boost::regex_traits<char, boost::cpp_regex_traits > > const&, bool)':

:(.text+0x3b4a): undefined reference to `boost::re_detail::cpp_regex_traits_implementation::transform_primary[abi:cxx11](char const*, char const*) const' :(.text+0x3d5d): undefined reference to `boost::re_detail::cpp_regex_traits_implementation::transform[abi:cxx11](char const*, char const*) const' collect2: error: ld returned 1 exit status src/CMakeFiles/connectivity_tool.dir/build.make:108: recipe for target 'src/connectivity_tool' failed make[3]: *** [src/connectivity_tool] Error 1 make[3]: Leaving directory '/home/kakani9/git/aeon/build/release' CMakeFiles/Makefile2:216: recipe for target 'src/CMakeFiles/connectivity_tool.dir/all' failed make[2]: *** [src/CMakeFiles/connectivity_tool.dir/all] Error 2 make[2]: Leaving directory '/home/kakani9/git/aeon/build/release' Makefile:138: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/home/kakani9/git/aeon/build/release' Makefile:20: recipe for target 'build-release' failed make: *** [build-release] Error 2 This is happening while i run make.Whyis it happening?
cr1p2sk8 commented 7 years ago

Getting the exact same error on Ubuntu 16.1 and 16.04.

stoffu commented 7 years ago

I have no problem building it on Ubuntu 16.04. Looks like the error is related to Boost. What version of Boost do you use?

rtpoz commented 7 years ago

collect2: error: ld returned 1 exit status src/CMakeFiles/connectivity_tool.dir/build.make:108: recipe for target 'src/connectivity_tool' failed

I have the same problem compiling aeon-0.9.12.0. On aeon-0.9.13.0 still have the same error.

Ubuntu 16.04 libboost-all-dev - newest version (1.58.0.1ubuntu1)

rayneh commented 7 years ago

same error on debian jessie using boost 1.58

make[3]: *** [src/connectivity_tool] Error 1 make[3]: Leaving directory '/pool/aeon/build/release' CMakeFiles/Makefile2:216: recipe for target 'src/CMakeFiles/connectivity_tool.dir/all' failed