[Paraview] Problem with Binaries and Compile
Amy Squillacote
amy.squillacote at kitware.com
Tue Jun 13 08:50:30 EDT 2006
Hi Kush,
The error message means that you cannot compile ParaView in the same
directory with the source code. It looks like you created a directory
in which to build ParaView (ParaView-OSX), but then did not run cmake
from that directory. After creating this directory, do the following
(assuming that the ParaView-OSX and ParaView directories are at the same
level in the directory structure).
cd ParaView-OSX
cmake ../ParaView
make
You probably actually want to use ccmake (cmake with a terminal-based
interface) instead of cmake so you have a chance to change any necessary
CMake variables before compiling.
- Amy
Kush Tandon wrote:
> Hi,
>
> I am having problem with OS X binaries and also when I try to compile
> on OSX and SunOS for Paraview, I get the following message:
>
> mkdir ParaView-OSX
> [50]shakti.oce.orst.edu[/Users/kushtandon/ParaView]: cmake ../ParaView
> -- Check for working C compiler: /usr/bin/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
>
>
> Any ideas will help.
>
>
> Kush Tandon
> 104 COAS Admin. Bldg., Oregon State University, Corvallis, OR 97331
> Phones: (541) 737-9658 (Office); (541) 758-2217 (Home)
> Emails: kush at coas.oregonstate.edu
> kushtandon at yahoo.com
> kushtandon at gmail.com
>
> http://www.coas.oregonstate.edu/index.cfm?fuseaction=faculty.detail&id=209
>
> http://216.216.95.110/index.cfm?fuseaction=participants.detail&id=62
>
>
>
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>
More information about the ParaView
mailing list