-
Notifications
You must be signed in to change notification settings - Fork 86
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
vtk-related build error #579
Comments
Hmm, I haven't actually encountered this particular error before. First, you could try using pre-compiled binaries that are known to work on Ubuntu 16: https://bintray.com/patmarion/director/director/0.1.0-234-g74cea84#files But if you need to compile for your architecture, one quick thing you can try to do is work around the issue by removing this particular build step from the CMakeLists.txt. You could edit this file and simply remove everything from line 41 through line 55: https://github.com/RobotLocomotion/director/blob/master/src/vtk/DRCFilters/CMakeLists.txt |
Thanks for the response. Unfortunately due to Jetson's system architecture, the binaries do not seem to run. I have tried commenting out the lines from the CMakeLists.txt file, but this also returns an error when compiling:
|
Hello,
I am currently trying to install Director onto an NVIDIA Jetson TX2 running Ubuntu 16.04. However, after running
make superbuild
, I am coming across this error:Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: