Thanks for your reply!

On 12/07/2015 06:38 PM, Ben Boeckel wrote:
On Sat, Dec 05, 2015 at 20:53:49 +0200, Armin Wehrfritz wrote:
I'm building ParaView (version 5.0 RC1) for openSUSE Tumbleweed (using
gcc 5.2.1) and get an error related to rpath (see below). I cannot say
much more about this, since don't really understand what's going wrong here.

Does anybody have some hints how to solve this?

Are you giving any rpath-related settings to CMake? What is the
configure line?
No, not that I would be aware of. Here my configure line:

cmake \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX:PATH=/opt/paraview/5.0 \
    -DCMAKE_CXX_COMPILER:STRING='mpicxx' \
    -DCMAKE_C_COMPILER:STRING='mpicc' \
    -DBUILD_SHARED_LIBS:BOOL=ON \
    -DBUILD_DOCUMENTATION:BOOL=ON \
    -DBUILD_EXAMPLES:BOOL=ON \
    -DBUILD_TESTING:BOOL=OFF \
    -DPARAVIEW_BUILD_QT_GUI:BOOL=ON \
    -DPARAVIEW_BUILD_PLUGIN_SLACTools:BOOL=ON \
    -DPARAVIEW_ENABLE_PYTHON:BOOL=ON \
    -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON \
    -DPARAVIEW_USE_MPI:BOOL=ON \
    -DVTK_WRAP_PYTHON:BOOL=ON \
    -DVTK_WRAP_PYTHON_SIP:BOOL=ON \
    -DVTK_OPENGL_HAS_OSMESA:BOOL=OFF \
    -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \
    -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \
    -DVTK_USE_SYSTEM_JPEG:BOOL=ON \
    -DVTK_USE_SYSTEM_PNG:BOOL=ON \
    -DVTK_USE_SYSTEM_TIFF:BOOL=ON \
    -DVTK_USE_SYSTEM_ZLIB:BOOL=ON \
    -DVTK_USE_SYSTEM_ZOPE:BOOL=ON \
    -DVTK_USE_SYSTEM_TWISTED:BOOL=ON \
    ../

Please let me know if you need more information.

What version of CMake are you using?
I'm using CMake 3.3.2.

I can send the CMakeCache.txt file if that helps to track this down.

-Armin

_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to