[Paraview] ccmake error when building example custom application

2012-04-02 Thread Nathan Jarus
Hi, I'm trying to build the example custom application Clone1. I've got the paraview source in ~/ParaView, and a ~/pv_clone1 folder for the binaries. In ~/pv_clone1, I ran ccmake ../ParaView/Examples/CustomApplications/Clone1 but I get the following error: CMake Error at CMakeLists.txt:6 (FIND_

Re: [Paraview] ccmake error when building example custom application

2012-04-02 Thread Utkarsh Ayachit
ParaView_DIR must be set to the binary directory for PAraView i.e. the directory where you built ParaVIew. Utkarsh On Mon, Apr 2, 2012 at 4:32 PM, Nathan Jarus wrote: > Hi, > > I'm trying to build the example custom application Clone1. I've got > the paraview source in ~/ParaView, and a ~/pv_clo

Re: [Paraview] ccmake error when building example custom application

2012-04-02 Thread David E DeMarle
Try doing a build of ParaView in some other directory, then point to that build directory. I suspect the example's cmake scripts don't like to be built outside of the paraview source tree anymore and would need slight tweeking to build without a paraview binary build. David E DeMarle Kitware, Inc

Re: [Paraview] ccmake error when building example custom application

2012-04-02 Thread Nathan Jarus
Okay, I'll try that out. That'd make sense, as I've moved my paraview build tree from where I originally built ParaView. On Mon, Apr 2, 2012 at 15:41, Utkarsh Ayachit wrote: > ParaView_DIR must be set to the binary directory for PAraView i.e. the > directory where you built ParaVIew. > > Utkarsh

Re: [Paraview] ccmake error when building example custom application

2012-04-03 Thread Nathan Jarus
Yup, that worked. Thanks! On Mon, Apr 2, 2012 at 15:43, Nathan Jarus wrote: > Okay, I'll try that out. That'd make sense, as I've moved my paraview > build tree from where I originally built ParaView. > > On Mon, Apr 2, 2012 at 15:41, Utkarsh Ayachit > wrote: >> ParaView_DIR must be set to the b