[Paraview] Errors compiling source...
Brad King
brad.king at kitware.com
Tue Jun 7 13:39:28 EDT 2005
Peter G Carswell wrote:
> I am attempting to compile Paraview on our linux cluster, and have some
> errors:
>
> 1. Warning: The BUILD_EXAMPLES option now requires CMake 2.0.4 or
> higher and is being ignored.
> CMake 2.0.6 has been installed under /usr/local/cmake-2.0.6 and
> cmake, ccmake and ctest all refer to /usr/local/cmake-2.0.6/bin.
> 2. CMake Error: File
> /usr/local/share/CMake/Templates/TestDriver.cxx.in does not exist.
> Indeed TestDriver.cxx does not exist but does reside in
> /usr/local/cmake-2.0.6/share/CMake/Templates/TestDriver.cxx.in.
> How can I steer the various CMakeLists.txt to look in the
> installed dir?
This probably means you have an existing build tree using a cmake from
another path. Try this command:
/usr/local/cmake-2.0.6/bin/cmake /path/to/build/tree
-Brad
More information about the ParaView
mailing list