Hi, I am currently compiling paraview 3.14.1 and using a locally installed version of python2.7. My version of cmake is 2.8.8. The OS is Red Hat Enterprise Linux Client release 5.8. I get the following error during compilation: [ 0%] Built target vtkWrapPythonInit make[2]: *** No rule to make target `/home/***/local/lib/libpython2.7.a', needed by `bin/vtkWrapPython'. Stop. make[1]: *** [VTK/Wrapping/CMakeFiles/vtkWrapPython.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 0%] Built target vtkWrapHierarchy [ 0%] Built target vtksys [ 1%] Built target vtkzlib make: *** [all] Error 2
With verbose one, it fails after this line: make -f VTK/Wrapping/CMakeFiles/vtkWrapPython.dir/build.make VTK/Wrapping/CMakeFiles/vtkWrapPython.dir/build In the build.make file, it has the following under vtkWrapPython_EXTERNAL_OBJECTS = .... bin/vtkWrapPython: VTK/Wrapping/CMakeFiles/vtkWrapPython.dir/build.make bin/vtkWrapPython: /home/***/local/lib/libpython2.7.a ... Any ideas? Thanks, Sohail
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview