Hello, I'm trying to build 3.10.0-RC1 from source on a fedora 14 box.
The compilation works fine, but make install fails: info='external prerequisites found: f='/opt/paraview/lib/paraview-3.10/paraview' external_prereqs='/opt/mesa/lib/libGL.so.1;/opt/mesa/lib/libGLU.so.1' ;external prerequisites found: f='/opt/paraview/lib/paraview-3.10/pvbatch' external_prereqs='/opt/mesa/lib/libGL.so.1;/opt/mesa/lib/libGLU.so.1' ;external prerequisites found: f='/opt/paraview/lib/paraview-3.10/pvpython' external_prereqs='/opt/mesa/lib/libGL.so.1;/opt/mesa/lib/libGLU.so.1' ;external prerequisites found: f='/opt/paraview/lib/paraview-3.10/pvdataserver' external_prereqs='/opt/mesa/lib/libGL.so.1;/opt/mesa/lib/libGLU.so.1' ;external prerequisites found: f='/opt/paraview/lib/paraview-3.10/pvrenderserver' external_prereqs='/opt/mesa/lib/libGL.so.1;/opt/mesa/lib/libGLU.so.1' ;external prerequisites found: f='/opt/paraview/lib/paraview-3.10/pvserver' external_prereqs='/opt/mesa/lib/libGL.so.1;/opt/mesa/lib/libGLU.so.1' ' CMake Error at /tmp/ParaView-3.10.0-RC1/CMake/BundleUtilities.cmake:743 (message): error: verify_app failed Call Stack (most recent call first): /tmp/ParaView-3.10.0-RC1/CMake/BundleUtilities.cmake:625 (verify_app) Applications/ParaView/cmake_install.cmake:76 (fixup_bundle) Applications/cmake_install.cmake:37 (INCLUDE) cmake_install.cmake:50 (INCLUDE) I use configure with these options: -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 -DPYTHON_LIBRARY:FILEPATH=/usr/lib64/libpython2.7.so -DMPI_COMPILER:FILEPATH=/opt/openmpi-gcc/current/bin/mpicxx -DPARAVIEW_USE_MPI:BOOL=ON -DPARAVIEW_BUILD_PLUGIN_CosmoFilters:BOOL=ON -DPARAVIEW_ENABLE_PYTHON:BOOL=ON -DVTK_USE_BOOST:BOOL=ON -DVTK_USE_RPATH:BOOL=OFF -DVTK_USE_SYSTEM_ZLIB:BOOL=ON -DVTK_USE_SYSTEM_TIFF:BOOL=ON -DVTK_USE_SYSTEM_PNG:BOOL=ON -DVTK_USE_SYSTEM_JPEG:BOOL=ON -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON -DVTK_USE_SYSTEM_EXPAT:BOOL=ON -DVTK_OPENGL_HAS_OSMESA:BOOL=ON -DVTK_USE_MANGLED_MESA:BOOL=OFF -DVTK_USE_OFFSCREEN:BOOL=ON -DPARAVIEW_USE_QT_GUI:BOOL=OFF -DOPENGL_gl_LIBRARY:FILEPATH=/opt/mesa//lib/libGL.so -DOPENGL_glu_LIBRARY:FILEPATH=/opt/mesa//lib/libGLU.so -DOPENGL_INCLUDE_DIR:PATH=/opt/mesa//include -DOSMESA_INCLUDE_DIR:PATH=/opt/mesa//include -DOSMESA_LIBRARY:FILEPATH=/opt/mesa//lib/libOSMesa.so -DCMAKE_INSTALL_PREFIX=/opt/paraview/ I have no problem installing paraview 3.8.1 on this box. Did i miss something ? -- Nicolas NICLAUSSE Service DREAM INRIA Sophia Antipolis http://www-sop.inria.fr/ 2004 route des lucioles - BP 93 Tel: (33/0) 4 92 38 76 93 06902 SOPHIA-ANTIPOLIS cedex (France) Fax: (33/0) 4 92 38 76 02 _______________________________________________ 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
