We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
@crh8598 i also had the same issue, the solution suggested here solved the problem!
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: