Problems with OpenKinect, OpenCV and PCL bridge

asked 2016-02-05 03:18:06 -0500

Varsha gravatar image

Hello, Varsha Kamble here, I facing the same problem to build code OKPCL on github ( https://github.com/Qworg/OKPCL ) using Ubuntu platform, but i am unable to do that. I am not getting where i am getting wrong. I cloned the project on desktop and in project directory i made build directory to compile the code. After running command cmake .. the scenario is as given below: Is the CmakeLists.txt file is made keeping in front windows and Mac OS only ? Can i compile this code using Ubuntu ? eagerly waiting for reply..

-- The imported target "vtkFilteringTCL" references the file "/usr/lib/libvtkFilteringTCL.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.cmake" but not all the files it references.

-- The imported target "vtkFilteringPythonD" references the file "/usr/lib/libvtkFilteringPythonD.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.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.cmake" but not all the files it references.

-- The imported target "vtkImagingTCL" references the file "/usr/lib/libvtkImagingTCL.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.cmake" but not all the files it references.

-- The imported target "vtkImagingPythonD" references the file "/usr/lib/libvtkImagingPythonD.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.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.cmake" but not all the files it references.

:

:

:

:

-- The imported target "vtkPythonCore" references the file "/usr/lib/libvtkPythonCore.so.5.8.0" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location ... (more)

edit retag flag offensive close merge delete