[CMake] sorry

2009-07-18 Thread Alin M Elena
Hi All, Sorry for passing the mails to the wrong list. Alin -- __ "If the Universities will not study useless subjects, who will?" G. F. FitzGerald, Nature, 45/46, 392 (1892) _

Re: [CMake] [Paraview] 3,6.1 and silo plugin

2009-07-18 Thread Alin M Elena
Hi Pat, Linux opensuse 11.1 64 bit gcc (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291] Should I understand that the silo support compiles only if I use the external lib? regards, Alin -- __ "If the Universities will n

Re: [CMake] [Paraview] 3,6.1 and silo plugin

2009-07-18 Thread Alin M Elena
Hi Pat, Thanks for the info about the visit plugins. I am afraid that I do not understand you. Can you compile the vtksiloReader from 3.6.1? Alin -- __ "If the Universities will not study useless subjects, who will?"

Re: [CMake] problems configuring paraview

2009-07-18 Thread Natalie Happenhofer
thx! checking out again solved the problem. Natalie > Date: Sat, 18 Jul 2009 09:29:04 -0400 > From: bill.hoff...@kitware.com > To: natalieh...@hotmail.com > CC: cmake@cmake.org > Subject: Re: [CMake] problems configuring paraview > > Natalie Happenhofer wrote: > > Hi! > > I have checked out th

Re: [CMake] problems configuring paraview

2009-07-18 Thread Alin M Elena
Natalie, very strange works for me, I suspect that you play with the 3.6.1 branch. why do not try cmake-gui? It may be simpler. By the way you forgot to put the error message from ccmake. regards, Alin -- __ "If the Univers

Re: [CMake] Setting up a folder structure?

2009-07-18 Thread Michael Wild
On 18. Jul, 2009, at 14:01, motes motes wrote: I am setting up a new project that I need to build with cmake. It has the following structure: /lib /registration /registration/typeA /registration/typeB /validation 1) In /registration/typeA I need a main file to run the typeA applicati

Re: [CMake] problems configuring paraview

2009-07-18 Thread Bill Hoffman
Natalie Happenhofer wrote: Hi! I have checked out the source code of ParaView and am trying to configure it, but I always get the message: "ParaView requires an out of source build. Please create a separate binary directory and run CMake there. " My source code is in /home/natalie/ParaView

[CMake] Setting up a folder structure?

2009-07-18 Thread motes motes
I am setting up a new project that I need to build with cmake. It has the following structure: /lib /registration /registration/typeA /registration/typeB /validation 1) In /registration/typeA I need a main file to run the typeA application. 2) In /registration/typeB I need a main file to run

[CMake] problems configuring paraview

2009-07-18 Thread Natalie Happenhofer
Hi! I have checked out the source code of ParaView and am trying to configure it, but I always get the message: "ParaView requires an out of source build. Please create a separate binary directory and run CMake there. " My source code is in /home/natalie/ParaView3 then I created an empty dir