Re: [CMake] Reusing configuration

2010-10-12 Thread Fred Fred
_ > Mike Jackson www.bluequartz.net > Principal Software Engineer mike.jack...@bluequartz.net > BlueQuartz Software Dayton, Ohio > > > > On Oct 12, 2010, at 10:15 AM, Fred Fred wrote: > &

Re: [CMake] Reusing configuration

2010-10-12 Thread Fred Fred
d in > the development package. I'm pretty sure this is a bug. > > Michael > > > On 12. Oct, 2010, at 9:42 , Fred Fred wrote: > > > > > I still have a problem. > > Now my CMakeFiles.txt looks like this: > > > > SET(ParaView_DIR /Par

Re: [CMake] Reusing configuration

2010-10-12 Thread Fred Fred
xport > LD_LIBRARY_PATH=/ParaView-Development-3.8.1-Linux-i686/lib/paraview-3.8:$LD_LIBRARY_PATH > $ make > > Michael > > On 11. Oct, 2010, at 17:09 , Fred Fred wrote: > > > > > Actually I did already make the test, ie putting this line on top, but it > &g

Re: [CMake] Reusing configuration

2010-10-11 Thread Fred Fred
@cmake.org > To: stan1...@hotmail.fr > > Ahh, sorry. I didn't look at the error closely. Try this: > > $ export > LD_LIBRARY_PATH=/ParaView-Development-3.8.1-Linux-i686/lib/paraview-3.8:$LD_LIBRARY_PATH > $ make > > Michael > > On 11. Oct, 2010, at 17:09 , Fred Fred

Re: [CMake] Reusing configuration

2010-10-11 Thread Fred Fred
he line with the "set(ParaView_DIR ...)" should be before the > FIND_PACKAGE call, although one usually sets this variable only in the cache > if CMake isn't able ParaView on its own. > > Michael > > On 11. Oct, 2010, at 16:54 , Fred Fred wrote: > > >

Re: [CMake] Reusing configuration

2010-10-11 Thread Fred Fred
mail.fr > CC: cmake@cmake.org > > On Mon, Oct 11, 2010 at 9:32 AM, Fred Fred wrote: > > Hello, > > I suppose this question has already been asked here but I did not find any > > trace of it, including in the wiki. > > My students want to install PV at home and they

[CMake] Reusing configuration

2010-10-11 Thread Fred Fred
Hello, I suppose this question has already been asked here but I did not find any trace of it, including in the wiki. My students want to install PV at home and they need to build it from source in order to extend it. They do have a version installed at the university and, since configuring and

[CMake] Is this page outdated? http://www.cmake.org/Wiki/BuildingWinDLL

2010-07-06 Thread Fred Fred
Because I tried it but it did not work: - the first error is due to this line: static MYLIB_EXPORT vtkFiniteDifference *New(); that is I followed the advice at the end of the cmake page: If you have some static functions then you will need something like the following: class MyStatic

[CMake] CMake hidden files

2010-06-06 Thread Fred Fred
Hello, I tried to install PV on Windows XP with MinGV, without any success. So I decided to go with Visual Studio 10 Express, installed it, selected it as a generator, etc But I get an error message, something like "it seems that you try to build on VS with Qt built on MinGW". Ok, right, so I in

[CMake] Linking error on WinGW

2010-05-02 Thread Fred Fred
I am not sure whether this is more a cmake config issue or a PV one. I am trying to compile PV with MinGW. Everything goes fine till I get a surprinsing error (see below). I tried to add the required option of the linker --enable-auto-import everywhere I can in the cmake configuration f

Re: [CMake] Is there really any cmake support?

2010-04-04 Thread Fred Fred
Dayton, Ohio On Apr 4, 2010, at 5:30, Fred Fred wrote: You are right! Actually I have been confusing with MinGW and Cygwin and I realized that I just need MinGW because I need to compile my plugins on Windows, and MinGW would allow me to generate native Windows dlls, whereas Cygwin would

Re: [CMake] Is there really any cmake support?

2010-04-04 Thread Fred Fred
nload the MinGW versionof Qt from Nokiaa -Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.netbluequartz Software Dayton, Ohio On Apr 4, 2010, at 5:30, Fred Fred wrote: You are right! Actually I have been confusing

Re: [CMake] Is there really any cmake support?

2010-04-04 Thread Fred Fred
Yes I am trying to build PV. > Date: Sun, 4 Apr 2010 09:37:45 -0400 > Subject: Re: [CMake] Is there really any cmake support? > From: dresche...@gmail.com > To: stan1...@hotmail.fr > CC: cmake@cmake.org > > > Which one? I just found a single CMakeLists.txt file in the build hierarchy, > > actual

Re: [CMake] Is there really any cmake support?

2010-04-04 Thread Fred Fred
:28 -0400 > Subject: Re: [CMake] Is there really any cmake support? > From: dresche...@gmail.com > To: stan1...@hotmail.fr > CC: cmake@cmake.org > > On Sun, Apr 4, 2010 at 5:30 AM, Fred Fred wrote: > > You are right! > > Actually I have been confusing with MinGW

Re: [CMake] Is there really any cmake support?

2010-04-04 Thread Fred Fred
> Date: Mon, 29 Mar 2010 10:03:38 +0200 > CC: cmake@cmake.org > To: stan1...@hotmail.fr > > > On 29. Mar, 2010, at 9:51 , Fred Fred wrote: > > > > > > >> Subject: Re: [CMake] Is there really any cmake support? > >> From: them...@gmail.com

Re: [CMake] Is there really any cmake support?

2010-03-28 Thread Fred Fred
> Subject: Re: [CMake] Is there really any cmake support? > From: them...@gmail.com > Date: Sun, 28 Mar 2010 13:10:17 +0200 > CC: stan1...@hotmail.fr; cmake@cmake.org > To: eric.noul...@gmail.com > > > On 28. Mar, 2010, at 12:37 , Eric Noulard wrote: > > > 201

[CMake] Is there really any cmake support?

2010-03-28 Thread Fred Fred
This list seems not to be really active and I did not receive any help since I posted this one week ago. BTW this issue has been open on Mantis more than 3 months ago and seems still to be open! So is there really anybody trying to help on cmake?? From: stan1...@hotmail.fr To: cmake@cmake.org

[CMake] Windows install issue

2010-03-20 Thread Fred Fred
I also face this bug, which seems not to have been fixed. I use Cygwin and MinGV on XP. This thread was posted on the ITK bug list, so should I copy it on the cmake bug list? http://www.itk.org/Bug/view.php?id=8516 _