[solved][3.3.5] Compile Error

Hallo Community,

ich versuche meine LinuxCore auf den aktuellen stand zu bekommen, aber beim “make” kommt es zu folgenden error:

[ 97%] Linking CXX executable worldserver
…/game/libgame.a(DBCStores.cpp.o): In function boost::cpp_regex_traits<wchar_t>::transform[abi:cxx11](wchar_t const*, wchar_t const*) const': /usr/include/boost/regex/v4/cpp_regex_traits.hpp:961: undefined reference to boost::re_detail::cpp_regex_traits_implementation<wchar_t>::transform[abi:cxx11](wchar_t const*, wchar_t const*) const’
…/game/libgame.a(DBCStores.cpp.o): In function boost::cpp_regex_traits<wchar_t>::transform_primary[abi:cxx11](wchar_t const*, wchar_t const*) const': /usr/include/boost/regex/v4/cpp_regex_traits.hpp:965: undefined reference to boost::re_detail::cpp_regex_traits_implementation<wchar_t>::transform_primary[abi:cxx11](wchar_t const*, wchar_t const*) const’
clang: error: linker command failed with exit code 1 (use -v to see invocation)
src/server/worldserver/CMakeFiles/worldserver.dir/build.make:210: recipe for target ‘src/server/worldserver/worldserver’ failed
make[2]: *** [src/server/worldserver/worldserver] Error 1
CMakeFiles/Makefile2:1520: recipe for target ‘src/server/worldserver/CMakeFiles/worldserver.dir/all’ failed
make[1]: *** [src/server/worldserver/CMakeFiles/worldserver.dir/all] Error 2
Makefile:127: recipe for target ‘all’ failed
make: *** [all] Error 2

Wer kann mir behilflich sein?

MfG PhaseV

ubuntu 16.04 is unsupported if you still want to use it you must compile boost yourself.