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 on Ubuntu #53

Open
moavia90 opened this issue Nov 28, 2023 · 1 comment
Open

Build error on Ubuntu #53

moavia90 opened this issue Nov 28, 2023 · 1 comment

Comments

@moavia90
Copy link

moavia90 commented Nov 28, 2023

I successfully installed pcl using "sudo apt install libpcl-dev" and created a build directory inside the SFND_Lidar_Obstacle_Detection directory. The cmake command successfully generated the makefile. I encountered an error: ‘filesystem’ is not a member of ‘boost’ on running makefile.

Screenshot from 2023-11-28 23-51-18

@liuwake
Copy link

liuwake commented Jan 3, 2024

I've got this error as well. For me, I modified processPointClouds.cpp and processPointClouds.h, by rewriting all boost::system to std::filesystem. Also, I use add_definitions(-std=c++17) in my CMakeLists.txt. It may work by using add_definitions(-std=c++14), but I have not tested it. My hardware is Retina Macbook Pro 15 inches 2015 mid, with pcl-1.13, cmake 3.28 and gcc --version : Apple clang version 14.0.0 (clang-1400.0.29.202). Wish it help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants