[CMake] cmake error when trying to compile KMyMoney 3.97.1

2010-04-04 Thread Pierre Maurier
Hi, I'm new in this mailing list and new in cmake compiling in general, I have a cmake error when trying to compile KMyMoney 3.97.1 on OSX. Here is the output : === $ cmake -D CMAKE_BUILD_TYPE='Released' .. -- The C compiler

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

2010-04-04 Thread Fred Fred
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 require to add specific dlls to make the generated dll

[CMake] debug with codeblocks project

2010-04-04 Thread AKHRES Nader
Hello, I still have issue to compil with debug info in codeblocks project (generated by cmake). When I set the -g options in codeblocks gui, it seems to have no effect (but I manage to get it somehow by cleaning/rebuilding but can't reproduce). If I've understood (could someone confirm

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

2010-04-04 Thread John Drescher
On Sun, Apr 4, 2010 at 5:30 AM, Fred Fred stan1...@hotmail.fr 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

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

2010-04-04 Thread Fred Fred
Which one? I just found a single CMakeLists.txt file in the build hierarchy, actually located in ./VTK/CMakeTmp/TestExplicitInstantiation/CMakeLists.txt, but I suppose you speak about another one. Do you mean a CMakeLists.txt located in the source hierarchy??? Date: Sun, 4 Apr 2010 09:07:28

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

2010-04-04 Thread John Drescher
Which one? I just found a single CMakeLists.txt file in the build hierarchy, actually located in ./VTK/CMakeTmp/TestExplicitInstantiation/CMakeLists.txt, but I suppose you speak about another one. Do you mean a CMakeLists.txt located in the source hierarchy??? From your answer it looks like

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

2010-04-04 Thread Mike Jackson
Did you build Qt prior to try to build vtk with qt support? You can download the MinGW versionof Qt from Nokiaa - Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio On Apr 4, 2010,

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

2010-04-04 Thread Mike Jackson
Sorry sent too quick. So download Qt from Nokias web site, install that, then try building VTK with qt support turned on. You should be able to compile vtk with mingw ising the defaults for vtk. Try that first before try to compile vtk with at support. - Mike Jackson

Re: [CMake] CMake+newbie

2010-04-04 Thread Alan W. Irwin
On 2010-04-04 12:51+0530 Prashant Saxena wrote: Hi, This is my vary first post here. I have never tried CMake or similar stuff before and my skill set is limited in C/C++ domain. Please have a little patience with me. On Linux(kubuntu karmic), I have to convert a makefile using CMake. The

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, actually

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

2010-04-04 Thread Fred Fred
That's exactly what I did. From: mike.jack...@bluequartz.net Date: Sun, 4 Apr 2010 11:30:30 -0400 Subject: Re: [CMake] Is there really any cmake support? To: stan1...@hotmail.fr CC: them...@gmail.com; cmake@cmake.org Did you build Qt prior to try to build vtk with qt support? You can download

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

2010-04-04 Thread Fred Fred
Hmmm not sure I have understood. Ok I have installed Qt from Nokia, and it seems that cmake found all what it needs since just a few variables are not found, namely QT_QTNSPLUGIN_... QT_QTDECLARATIVE_... and QT_QTDBUS... Now what do you want? that I try to install just VTK and not PV directly?

Re: [CMake] cmake error when trying to compile KMyMoney 3.97.1

2010-04-04 Thread Ryan Pavlik
I'm pretty sure that Gettext is included with Mac OS X - you might look into using the mac homebrew packages which do a much better job than MacPorts of not duplicating system packages. I'm pretty sure that all the packages that are listed here as missing are available with brew. In any case,

Re: [CMake] CXX incorrectly includes CMakeFortranInformation.cmake for MinGW/MSYS/Wine

2010-04-04 Thread John Drescher
On Sun, Apr 4, 2010 at 7:16 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: Clint (with an old version of MinGW) and I (with MinGW-4.5) have been running into a peculiar CXX error for MinGW/MSYS on Wine. Enabling C++ _sometimes_ fails because it includes CMakeFortranInformation.cmake