Open crh8598 opened 5 years ago
i got this error message when i build package.
[ 90%] Linking CXX shared library /media/kpro/jetson_nvme/catkin_ws/devel/lib/liblaser_loop_closure.so /usr/bin/ld: cannot find -lBoost::timer collect2: error: ld returned 1 exit status blam/internal/src/laser_loop_closure/CMakeFiles/laser_loop_closure.dir/build.make:961: recipe for target '/media/kpro/jetson_nvme/catkin_ws/devel/lib/liblaser_loop_closure.so' failed
i change libboost_chrono to liboost_timer in linke.txt but still same. someone help me please?
@crh8598 i also had the same issue, the solution suggested here solved the problem!
i got this error message when i build package.
[ 90%] Linking CXX shared library /media/kpro/jetson_nvme/catkin_ws/devel/lib/liblaser_loop_closure.so /usr/bin/ld: cannot find -lBoost::timer collect2: error: ld returned 1 exit status blam/internal/src/laser_loop_closure/CMakeFiles/laser_loop_closure.dir/build.make:961: recipe for target '/media/kpro/jetson_nvme/catkin_ws/devel/lib/liblaser_loop_closure.so' failed
i change libboost_chrono to liboost_timer in linke.txt but still same. someone help me please?