-
-
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
Build error on OSX #1556
Comments
OpenGL2 backend for VTK7 (which is the default of VTK7) is known to not work with PCL 1.7 (specifically, without #1534). Not sure if PCL 1.7 can be built with VTK7 but I guess you can try OpenGL backend instead of OpenGL2. If you have chance to get PCL trunk, you can use OpenGL2 backend as well. |
Already fixed with #1500 |
Thanks. I'm able to build
Applying both results in patch conflicts. |
There must be inter-commits between #1500 and #1534 editing these specific files / lines, thus the conflict. You have to track all the changes between #1500 and #1524 in these files and make sure to apply the modifications. |
I'm trying to build PCL against VTK7 using the Homebrew formula. I'm getting a build error:
Apparently,
vtkVisibleCellSelector.h
wasn't installed by VTK. Do I need to build VTK with specific options?Thanks.
The text was updated successfully, but these errors were encountered: