Last active
December 27, 2015 16:49
-
-
Save moriarty/7357575 to your computer and use it in GitHub Desktop.
vtk errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########## some output from catkin_make | |
| -- ==> add_subdirectory(mas_industrial_robotics/mir_calibration/mir_kinect_calibration) | |
| -- Boost version: 1.49.0 | |
| -- Found the following Boost libraries: | |
| -- system | |
| -- filesystem | |
| -- thread | |
| -- date_time | |
| -- iostreams | |
| -- serialization | |
| -- checking for module 'openni-dev' | |
| -- package 'openni-dev' not found | |
| -- The imported target "vtkWrapPython" references the file | |
| "/usr/bin/vtkWrapPython" | |
| but this file does not exist. Possible reasons include: | |
| * The file was deleted, renamed, or moved to another location. | |
| * An install or uninstall procedure did not complete successfully. | |
| * The installation package was faulty and contained | |
| "/usr/lib/vtk-5.8/VTKTargets-release.cmake" | |
| but not all the files it references. | |
| -- The imported target "vtkWrapPythonInit" references the file | |
| "/usr/bin/vtkWrapPythonInit" | |
| but this file does not exist. Possible reasons include: | |
| * The file was deleted, renamed, or moved to another location. | |
| * An install or uninstall procedure did not complete successfully. | |
| * The installation package was faulty and contained | |
| "/usr/lib/vtk-5.8/VTKTargets-release.cmake" | |
| but not all the files it references. | |
| ####### catkin_make again, after installing python-vtk | |
| -- ==> add_subdirectory(mas_common_robotics/mcr_perception/mcr_scene_segmentation) | |
| -- Boost version: 1.49.0 | |
| -- Found the following Boost libraries: | |
| -- system | |
| -- filesystem | |
| -- thread | |
| -- date_time | |
| -- iostreams | |
| -- serialization | |
| -- checking for module 'openni-dev' | |
| -- package 'openni-dev' not found | |
| -- The imported target "vtkParseJava" references the file | |
| "/usr/bin/vtkParseJava" | |
| but this file does not exist. Possible reasons include: | |
| * The file was deleted, renamed, or moved to another location. | |
| * An install or uninstall procedure did not complete successfully. | |
| * The installation package was faulty and contained | |
| "/usr/lib/vtk-5.8/VTKTargets-release.cmake" | |
| but not all the files it references. | |
| -- The imported target "vtkWrapJava" references the file | |
| "/usr/bin/vtkWrapJava" | |
| but this file does not exist. Possible reasons include: | |
| * The file was deleted, renamed, or moved to another location. | |
| * An install or uninstall procedure did not complete successfully. | |
| * The installation package was faulty and contained | |
| "/usr/lib/vtk-5.8/VTKTargets-release.cmake" | |
| but not all the files it references. | |
| -- The imported target "vtkCommonJava" references the file | |
| "/usr/lib/jni/libvtkCommonJava.so.5.8.0" | |
| but this file does not exist. Possible reasons include: | |
| * The file was deleted, renamed, or moved to another location. | |
| * An install or uninstall procedure did not complete successfully. | |
| * The installation package was faulty and contained | |
| "/usr/lib/vtk-5.8/VTKTargets-release.cmake" | |
| but not all the files it references. | |
| -- The imported target "vtkFilteringJava" references the file | |
| "/usr/lib/jni/libvtkFilteringJava.so.5.8.0" | |
| but this file does not exist. Possible reasons include: | |
| * The file was deleted, renamed, or moved to another location. | |
| * An install or uninstall procedure did not complete successfully. | |
| * The installation package was faulty and contained | |
| "/usr/lib/vtk-5.8/VTKTargets-release.cmake" | |
| but not all the files it references. | |
| -- The imported target "vtkImagingJava" references the file | |
| "/usr/lib/jni/libvtkImagingJava.so.5.8.0" | |
| but this file does not exist. Possible reasons include: | |
| * The file was deleted, renamed, or moved to another location. | |
| * An install or uninstall procedure did not complete successfully. | |
| * The installation package was faulty and contained | |
| "/usr/lib/vtk-5.8/VTKTargets-release.cmake" | |
| but not all the files it references. | |
| -- The imported target "vtkGraphicsJava" references the file | |
| "/usr/lib/jni/libvtkGraphicsJava.so.5.8.0" | |
| but this file does not exist. Possible reasons include: | |
| * The file was deleted, renamed, or moved to another location. | |
| * An install or uninstall procedure did not complete successfully. | |
| * The installation package was faulty and contained | |
| "/usr/lib/vtk-5.8/VTKTargets-release.cmake" | |
| but not all the files it references. | |
| -- The imported target "vtkGenericFilteringJava" references the file | |
| "/usr/lib/jni/libvtkGenericFilteringJava.so.5.8.0" | |
| but this file does not exist. Possible reasons include: | |
| * The file was deleted, renamed, or moved to another location. | |
| * An install or uninstall procedure did not complete successfully. | |
| * The installation package was faulty and contained | |
| "/usr/lib/vtk-5.8/VTKTargets-release.cmake" | |
| but not all the files it references. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment