Closed palomacf15 closed 3 years ago
Hi @pcarrascof
Did you install libboost?
You can install libboost by
sudo apt-get install libboost-all-dev
Han
Yes, I have libboost installed
I had the same issue, and hand-fixed the cmake.
@wh200720041 What GTSAM version are you using?
I have the same issue, how did you fix it? I already have installed libboost.
Hi
I have done some test on the GTSAM 4.0.3. The problem happens on the newer GTSAM version. I version I used is GTSAM 3.x so I did not find this issue
The problem is probably caused by an update from 4.0.2 to 4.0.3 according to the gtsam https://github.com/borglab/gtsam/pull/303
The solution is to insert find_package(Boost REQUIRED COMPONENTS timer thread) to Cmakelists.
The cmakelists.txt is also updated.
Hi, I'm using ROS Melodic an download the repository with git clone. When I did "catkin_make" the error said that I had to use "catkin_make_isolated". And after doing so the error says: / usr / bin / ld: cannot find -lBoost :: timer
Could you help me?