Hello, I've been trying to compile this for a couple of weeks now but am running into some unknown troubles. My build gets to ~50% and kicks out an error as follows:
collect2: error: ld returned 1 exit status make[2]: *** [lib/libvtkRenderingOpenGL-pv4.0.so.1] Error 1 make[1]: *** [VTK/Rendering/OpenGL/CMakeFiles/vtkRenderingOpenGL.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... I tried locating the libvtkRenderingOpenGL-pv4.0.so.1 and it wasn't anywhere on my machine and I have googled this library but I cannot find a solution. My ccmake options are as follows (I'm just trying to compile on a ubuntu aws node): BUILD_DOCUMENTATION OFF BUILD_EXAMPLES OFF BUILD_SHARED_LIBS ON BUILD_TESTING ON CMAKE_BUILD_TYPE Debug CMAKE_INSTALL_PREFIX /usr/local GMVReader_GMVREAD_LIB_DIR /mnt/ParaView-v4.0.1-source/Utilities/VisItBridge/databases/GMV GMVReader_SKIP_DATARANGE_CALCU OFF MPI_C_INCLUDE_PATH /usr/lib/openmpi/include;/usr/lib/openmpi/include/openmpi MPI_C_LIBRARIES /usr/lib/libmpi.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libhwloc.so PARAVIEW_BUILD_QT_GUI OFF PARAVIEW_DATA_ROOT PARAVIEW_DATA_ROOT-NOTFOUND PARAVIEW_ENABLE_CATALYST ON PARAVIEW_ENABLE_FFMPEG OFF PARAVIEW_ENABLE_PYTHON ON PARAVIEW_ENABLE_QT_SUPPORT OFF PARAVIEW_INSTALL_DEVELOPMENT_F OFF PARAVIEW_USE_MPI ON PARAVIEW_USE_PISTON OFF PARAVIEW_USE_VISITBRIDGE OFF VTK_Group_Tk OFF XDMF_USE_BZIP2 OFF XDMF_USE_GZIP OFF Do I need to specifiy a path somewhere? comment something out somewhere? Turn on another option in the CMake options? Any help would be appreciated :) Noah
_______________________________________________ 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
