Zak, Look at the PYTHON_EXECUTABLE cmake variable. It's been set to /usr/bin. You need to set it to point to a valid "python" executable. Make sure Python is installed correctly.
Utkarsh On Mon, Oct 10, 2011 at 2:59 PM, Zak <[email protected]> wrote: > Hi > Thank you > please find attached the CMakeCache.txt > zakaria > 2011/10/10 Utkarsh Ayachit <[email protected]> >> >> Can you attach the CMakeCache.txt file from your binary directory please? >> >> Utkarsh >> >> On Mon, Oct 10, 2011 at 2:11 PM, Zak <[email protected]> wrote: >> > Hi, >> > I m trying to bluid paraview in a scientific linux 6 x86_64 using >> > ccmake, >> > but it fail each time at >> > when I run >> > make >> > /bin/sh: /usr/bin : is a directory >> > [ 44%] Generating vtk_compile_complete >> > make[2]: *** [VTK/Wrapping/Python/vtk_compile_complete] Error 126 >> > make[1]: *** [VTK/Wrapping/Python/CMakeFiles/vtkpython_pyc.dir/all] >> > Error 2 >> > when I use only 1 CPU make -j 1 >> > if I use 12 CPU with make -j 12, it fail at 2% >> > [ 2%] Generating site-packages/paraview/pv_compile_complete >> > /bin/sh: /usr/bin : is a directory >> > make[2]: *** >> > [Utilities/VTKPythonWrapping/site-packages/paraview/pv_compile_complete] >> > Error 126 >> > make[1]: *** >> > [Utilities/VTKPythonWrapping/CMakeFiles/paraview_pyc.dir/all] >> > Error 2 >> > if any one has an idea how to solve this issue >> > Best regards >> > zakaria >> > _______________________________________________ >> > 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 >> > >> > > > _______________________________________________ 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
