[Paraview] Problems compiling ParaView
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Wed Sep 26 10:24:49 EDT 2007
Can you increase the "snippet" to include the error message please?
Alternatively don't do a parallel build i.e. use "make" instead of
"make -j 2" and then make should stop at the error correctly.
Utkarsh
Pascal Anschau wrote:
> Hello,
>
> System infos:
> openSUSE 10.2, Kernel 2.6.18.2-34-default #1 SMP, 64 bit
> Cmake 2.4.5
> Qt 4.3.1 (built from source)
> gcc 4.1.2
> openMPI 1.2.3 (built from source)
>
> when compiling ParaView, I run into the following problem:
>
> ------- Snippet ------
> [ 93%] Building CXX object Qt/Core/CMakeFiles/pqCore.dir/vtkPVAxesWidget.o
> [ 93%] Building CXX object Qt/Core/CMakeFiles/pqCore.dir/vtkPVAxesActor.o
> Linking CXX shared library ../../bin/libpqCore.so
> [ 93%] Built target pqCore
> make: *** [all] Error 2
> -------
>
> My Cmake settings were as follows:
>
> BUILD_SHARED_LIBS ON
>
> CMAKE_BUILD_TYPE
>
> CMAKE_INSTALL_PREFIX /usr/local
>
> MPI_EXTRA_LIBRARY MPI_EXTRA_LIBRARY-NOTFOUND
>
> MPI_INCLUDE_PATH /usr/local/openMPI/include
>
> MPI_LIBRARY (one line) /usr/local/openMPI/lib/libmpi.so;
> /usr/local/openMPI/lib/libopen-rte.so;
> /usr/local/openMPI/lib/libopen-pal.so;
> /usr/local/openMPI/lib/libmpi_cxx.so;
> /usr/local/openMPI/lib/openmpi/libompitv.so
> PARAVIEW_DATA_ROOT PARAVIEW_DATA_ROOT-NOTFOUND
>
> PARAVIEW_ENABLE_PYTHON ON
>
> PARAVIEW_USE_MPI ON
>
> QT_QMAKE_EXECUTABLE /usr/local/qt4/bin/qmake
>
> VTK_USE_FFMPEG_ENCODER OFF
>
> VTK_USE_RPATH OFF
>
> Actually I wanted the BUILD_SHARED_LIBRARIES option OFF, but after each
> configure Cmake shows it ON again.
>
> Can anyone give me a hint what is wrong here?
>
> Thanks in advance!
>
> Pascal.
>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
More information about the ParaView
mailing list