rubengooj / stvo-pl

Stereo Visual Odometry by combining point and line segment features
GNU General Public License v3.0
222 stars 96 forks source link

make error about: /lib/libstvo.so: undefined reference to `boost::re_detail::cpp_regex_traits_implementation<char> #18

Open OscarMind opened 4 years ago

OscarMind commented 4 years ago

What had happened for this error?

[ 66%] Building CXX object CMakeFiles/stvo.dir/src/stereoFrameHandler.cpp.o [ 73%] Building CXX object CMakeFiles/stvo.dir/src/timer.cpp.o [ 80%] Building CXX object CMakeFiles/stvo.dir/src/pinholeStereoCamera.cpp.o [ 86%] Linking CXX shared library ../lib/libstvo.so [ 86%] Built target stvo Scanning dependencies of target imagesStVO [ 93%] Building CXX object CMakeFiles/imagesStVO.dir/app/imagesStVO.cpp.o [100%] Linking CXX executable imagesStVO ../lib/libstvo.so: undefined reference to boost::re_detail::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char const*, char const*) const' ../lib/libstvo.so: undefined reference toboost::re_detail::cpp_regex_traits_implementation::transform_primary[abi:cxx11](char const, char const) const' collect2: error: ld returned 1 exit status CMakeFiles/imagesStVO.dir/build.make:150: recipe for target 'imagesStVO' failed make[2]: [imagesStVO] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/imagesStVO.dir/all' failed make[1]: [CMakeFiles/imagesStVO.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2

wangq0688 commented 4 years ago

I also have this problem 。

gongyeted commented 4 years ago

Me too

liu515 commented 4 years ago

how can you solve this problem?

Focusky-creat commented 3 years ago

Has your problem been solved?