-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
The library does not build on CentOS 6 #1767
Comments
I tested this and CentOS 6 provides Boost 1.41 which is really old. I would propose to use a newer Boost version. |
Using Boost 1.48 from EPEL repository (updated build script: https://gist.github.com/nicoulaj/497b704de7c0f91631a30dcb08b36e24#file-setup-sh), I now get this error:
May be |
You can use |
Closing due to inactivity. Please reopen if needed |
Your Environment
Expected Behavior
The library compiles without error.
Current Behavior
The library compilation fails with the following error:
Full configure+build log: https://gist.githubusercontent.com/nicoulaj/038016c02bffd0948610c647152b2f00/raw/589f856fe84535495b5c3d2bf07c0a000fde0b7d/pcl.log
Possible Solution
?
Code to Reproduce
Here is a virtual machine environment that reproduces the issue (see README):
https://gist.github.com/nicoulaj/497b704de7c0f91631a30dcb08b36e24
Context
Get a working build of PCL on CentOS 6 including the surface_on_nurbs module.
The text was updated successfully, but these errors were encountered: