You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boost version 1.69 removes the signals package, so a lot of the roscpp packages won't compile. brew only has 1.70 available, so when you update brew it will break the ROS install. To workaround this, I used MacPorts instead (sudo port install boost) to get 1.66 instead and then explicitly specified my -BOOST_ROOT=/opt/local/ in the additional CMAKE args when calling catkin config
The text was updated successfully, but these errors were encountered:
Can you please help me out with installation of Boost 1.66 and switch from boost 1.70. sudo port install boost not working in my case and also boost and boost-python both are 1.70. How to change all dependencies boost to 1.66. I searched a lot but could not find the way.
Boost version 1.69 removes the signals package, so a lot of the roscpp packages won't compile. brew only has 1.70 available, so when you update brew it will break the ROS install. To workaround this, I used MacPorts instead (
sudo port install boost
) to get 1.66 instead and then explicitly specified my-BOOST_ROOT=/opt/local/
in the additional CMAKE args when callingcatkin config
The text was updated successfully, but these errors were encountered: