Skip to content
New issue

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

build error : Boost not found #350

Open
3 tasks done
shashankkapoor opened this issue Jun 16, 2022 · 3 comments
Open
3 tasks done

build error : Boost not found #350

shashankkapoor opened this issue Jun 16, 2022 · 3 comments
Labels

Comments

@shashankkapoor
Copy link

shashankkapoor commented Jun 16, 2022

Build System

  • Ubuntu 20.04
  • ROS foxy
  • ros2 branch

Hi,
As I am new to the ROS2 and i am building this Slam algorithm on my system for my current project but i faced some issue regarding this.

WhatsApp Image 2022-06-16 at 10 45 24 AM

but i did cat /usr/include/boost/version.hpp | grep "BOOST_LIB_VERSION" i found boost package is installed with version 1.71.0 .

WhatsApp Image 2022-06-16 at 11 28 05 AM

thanks in advance!

@grischi
Copy link
Collaborator

grischi commented Jun 20, 2022

Please verify that

  • you have sourced the setup bash of your ros2 installation (e.g. source /opt/ros/foxy/setup.bash),
  • you have installed the dependencies (ros-foxy-perception-pcl) as described in readme and
  • you do not have a different version of pcl installed on your system.

@CharlesOural
Copy link

I had the same error, you need to add -DBoost_LIBRARY_DIR_RELEASE=(dir to your boost libs) to your catkin_make command

@stale
Copy link

stale bot commented Nov 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants