[Paraview] Incomplete installation with "make install"

Roman Geus roman.geus at psi.ch
Mon Aug 27 09:27:03 EDT 2007


Hello

I'm trying to build the latest CVS version of ParaView3 using the 
following commands

cd $BUILDDIR
cmake \
     -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX \
     -DPARAVIEW_ENABLE_PYTHON:BOOL=ON \
     $SRCDIR

make
make test
make install

Building and testing runs fine. However "make install" only copies 
subset of the required files to the $PREFIX directory.

E.g. $PREFIX/bin/pvpython and $PREFIX/lib/paraview-3.1/libQtPython.so 
are missing. It is not possible to start $PREFIX/bin/paraview because of 
the missing shared libs.

All files seem to be correctly built and present in the $BUILDDIR/bin 
directory. It is possible to start paraview and pvpython from the 
$BUILDDIR/bin directory.

Am I doing something wrong?

Roman

-- 
Roman Geus
Paul Scherrer Institut
AIT
Scientific Computing
5232 Villigen PSI
Switzerland

Tel: +41 56 310 54 85
Fax: +41 56 310 36 49

e-Mail: roman.geus at psi.ch


More information about the ParaView mailing list