Компиляция ядра

Народ, начал компилировать ядро, дошло до 98% и тут вылезла ошибка

[ 97%] Built target scripts_kalimdor
[ 97%] Linking CXX executable worldserver
…/game/libgame.so: undefined reference to boost::re_detail::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char const*, char const*) const' ../game/libgame.so: undefined reference to boost::re_detail::cpp_regex_traits_implementation::transform_primary[abi:cxx11](char const*, char const*) const’
…/game/libgame.so: undefined reference to boost::re_detail::cpp_regex_traits_implementation<wchar_t>::transform[abi:cxx11](wchar_t const*, wchar_t const*) const' ../game/libgame.so: 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:240: recipe for target ‘src/server/worldserver/worldserver’ failed
make[2]: *** [src/server/worldserver/worldserver] Error 1
CMakeFiles/Makefile2:3102: 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

Что может быть не так ?

Очень похоже на неверную версию boost. https://trinitycore.atlassian.net/wiki/spaces/tc/pages/10977296/Windows+Requirements

.