[Paraview] OSX: cmake problem
Brad King
brad.king at kitware.com
Mon Mar 7 18:10:24 EST 2005
Andy Manners wrote:
> OSX 10.3.8
> CMake 2.0.5
> Paraview 1.8.5
>
> I cannot get passed "Paraview requires an out of source Build". I have created a separate directory and run cmake from there but get the same message. CXX and CC are set. make is an old gmake (3.79) and not a bsd make. Typical output shown below:
>
> bolt:~/pub/paraview-1.8.5-bin $ cmake ../paraview-1.8.5
> -- Check for working C compiler: gcc -- works
> -- Check for working CXX compiler: c++ -- works
> ParaView requires an out of source Build. Please create a separate binary directory and run CMake there.
> -- Configuring done
> bolt:~/pub/paraview-1.8.5-bin $
>
> I get the same results running interactively.
>
> Any suggestions how to get passed this?
This means you already ran an in-source build. You have to create a
fresh source tree with no extra files in it. In particular, no
CMakeCache.txt file can be present there.
-Brad
More information about the ParaView
mailing list