Re: [CMake] cmake support Dev C++

2007-07-25 Thread Hendrik Sattler
Zitat von protein <[EMAIL PROTECTED]>: Since Dev C++ is a nice free IDE in windows and is developing rapidly. Is it possible that one day cmake will support Dev C++ project file generation? Probably not unless you write such a generator. The youngest entry in devcpp CVS is 23 month old and th

[CMake] cmake support Dev C++

2007-07-25 Thread protein
Hi, Since Dev C++ is a nice free IDE in windows and is developing rapidly. Is it possible that one day cmake will support Dev C++ project file generation? Thanks! Yi ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Andrew Maclean
FindBoost.cmake As one of the authors of it, I am happy to maintain the existing FindBoost.cmake in the modules directory. I use Linux, QNX-Neutrino and XP/Vista. However if Andreas Schneider wants to inroduce his version and maintain it I am happy with this. Although the copyright on it should

Re: [CMake] cmake 2.6

2007-07-25 Thread Craig Bradney
On Wednesday 25 July 2007 23:07:44 Andy Dingfelder wrote: > Great. > I will try and see about getting the latest version. > > Is anyone here running Gentoo? > > The way I got cmake 2.4 was by running emerge, and clearly that is not > going to work with the cvs builds. > So, I assume I need to set u

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Alan W. Irwin
On 2007-07-25 14:46-0400 Brandon Van Every wrote: On 7/25/07, Alan W. Irwin <[EMAIL PROTECTED]> wrote: CMAKE_MODULE_MINIMUM_REQUIRED(VERSION 1.1.0 FATAL_ERROR) Having 1 CMake version number that everyone cares about, and 1 CMake Module version number that everyone cares about, will simply co

Re: [CMake] cmake 2.6

2007-07-25 Thread Andy Dingfelder
Great. I will try and see about getting the latest version. Is anyone here running Gentoo? The way I got cmake 2.4 was by running emerge, and clearly that is not going to work with the cvs builds. So, I assume I need to set up a portage overlay for emerging a development version but I would rat

Re: [CMake] dependency problem + POST_BUILD events

2007-07-25 Thread Brandon Van Every
On 7/25/07, Sergei Riaguzov <[EMAIL PROTECTED]> wrote: Can this be solved somehow? What I want is my POST_BUILD event zipping my DLL be called in case the DLL produced by add_library exists. You don't want a POST_BUILD event, you want 2 build rules. You want an ADD_CUSTOM_TARGET that zips up

[CMake] CTest - how to get update info for project stored in SVN using svn:externals

2007-07-25 Thread [EMAIL PROTECTED]
Hi, our project consists of multiple applications built against our own generic library. Every application and the library is stored in the same repository. For each application we have individual CMakeLists.txt and the generic library is checked out via svn:externals. The project directory l

[CMake] Current documentation and module standards

2007-07-25 Thread Brandon Van Every
On 7/25/07, Hendrik Sattler <[EMAIL PROTECTED]> wrote: Hi, Reading through the updated http://www.cmake.org/HTML/Documentation.html, there are several problems: 1. UsePkgConfig is not marked deprecated. One may get the idea that both FindPkgConfig and UsePkgConfig are needed. Please file that

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Brandon Van Every
On 7/25/07, Alan W. Irwin <[EMAIL PROTECTED]> wrote: CMAKE_MODULE_MINIMUM_REQUIRED(VERSION 1.1.0 FATAL_ERROR) Having 1 CMake version number that everyone cares about, and 1 CMake Module version number that everyone cares about, will simply confuse everybody as to what the heck they're requirin

[CMake] Extracting ctest script arguments

2007-07-25 Thread Raphael Cotty
Hi, I am runnig ctest -S test.cmake with arguments (ctest -S test.cmake,qtopia,Release for example) For the moment I use this kind of code to extract the argument: IF(${CTEST_SCRIP_ARG} MATCHES qtopia) SET(QT_TYPE "qtopia") ENDIF(${CTEST_SCRIP_ARG} MATCHES qtopia) It works so far but now I'd l

Re: [Insight-users] Re: [CMake] ctest multithreaded

2007-07-25 Thread Alexandre GOUAILLARD
Hi all, As luis pointed out, one of my main concern was the time taken to run the complete test suite before commiting. It painfully slow for the time being, and people that are developping in ITK need to do it almost several times a day. I can not make so many coffee breaks :-D My basic assumpti

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Alan W. Irwin
On 2007-07-25 11:58-0400 Mike Jackson wrote: I agree that some sort of consistency among all the modules is needed. Consistent APIs help keep developer productivity high and the amount of "surprises" to a minimum. When and how to aline the modules to a consistent state is another whole debate.

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Hendrik Sattler
Am Mittwoch 25 Juli 2007 17:40 schrieb Andreas Schneider: > If someone is using GTK2 I've created a nice Module too. But it isn't > used at WengoPhone at the moment and I'm not a Gnome guy. Maybe someone > else wants to take and maintain it. > > http://cmake-modules.googlecode.com/svn/trunk/Modules

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Miguel A. Figueroa-Villanueva
On 7/25/07, Bill Hoffman wrote: Mike Jackson wrote: > > > I think Kitware should layout the "rules" for writing a module > including naming conventions, formatting of the module, various > options, and all that stuff. THEN a DEMO Module needs to be written > that follows ALL the guidelines and s

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Pau Garcia i Quiles
Quoting "Miguel A. Figueroa-Villanueva" <[EMAIL PROTECTED]>: +1 to both Hello, As co-author (with Jan Woetzel) of the FindwxWidgets I'd be happy to maintain it. I also recently made changes to the FindLATEX and FindImageMagick in my local repository. I'd be happy to apply the changes if acce

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Bill Hoffman
Mike Jackson wrote: My own thoughts on this: While I am not sure I would be able to maintain any modules directly, I would be MORE than happy to serve as a "Mac OS X" consultant for those who maintain modules and do not have access to OS X equipment. I agree that some sort of consistency amo

[CMake] [New Module] Ada language support modules

2007-07-25 Thread Alan W. Irwin
Since these Ada language support modules are now confirmed to work on Linux, Mac OS X, and MinGW, I would like to donate them to CMake, and also I would be willing to be the official maintainer of these modules as per the module maintainer system that Bill has just announced. Alan ___

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Mike Jackson
My own thoughts on this: While I am not sure I would be able to maintain any modules directly, I would be MORE than happy to serve as a "Mac OS X" consultant for those who maintain modules and do not have access to OS X equipment. I agree that some sort of consistency among all the modules

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Bill Hoffman
Miguel A. Figueroa-Villanueva wrote: Hello, As co-author (with Jan Woetzel) of the FindwxWidgets I'd be happy to maintain it. I also recently made changes to the FindLATEX and FindImageMagick in my local repository. I'd be happy to apply the changes if accepted by the list and maintain the modu

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Andreas Schneider
Bill Hoffman wrote: > > If you are interested in maintaining an existing module in CMake, please > respond to the list. > Hi Bill, I would maintain the FindBoost.cmake Module. http://cmake-modules.googlecode.com/svn/trunk/Modules/Boost/FindBoost.cmake I've improved the FindPerlLibs.cmake Modu

Re: [CMake] Call for Module maintainer volunteers

2007-07-25 Thread Miguel A. Figueroa-Villanueva
Hello, As co-author (with Jan Woetzel) of the FindwxWidgets I'd be happy to maintain it. I also recently made changes to the FindLATEX and FindImageMagick in my local repository. I'd be happy to apply the changes if accepted by the list and maintain the modules. I like this idea, but I have a c

RE: [CMake] ADA language

2007-07-25 Thread Alan W. Irwin
On 2007-07-25 11:49+0200 Camek, Alexander wrote: Hi Alan, Thanks for your help. It works all now fine. Ass on my head, I have forgotten to enable the Ada language. Now it finds all the things correct. What I can say, it seems to work all correct under Windows MinGW. That is excellent news s

Re: [CMake] Current documentation and module standards

2007-07-25 Thread Bill Hoffman
Hendrik Sattler wrote: Zitat von Bill Hoffman <[EMAIL PROTECTED]>: Hendrik Sattler wrote: http://www.cmake.org/HTML/Install.html: - Somehow, the combination of MSYS+mingw32 is always forgotten as a valid alternative to cygwin. With this combination, you can also build cmake from CVS (althou

[CMake] Call for Module maintainer volunteers

2007-07-25 Thread Bill Hoffman
CMake has been steadily growing in popularity over the past years. The bug tracker has many bugs in it related to CMake FindXXX modules. Since the CMake developers often do not have access to machines with the software installed, or experience with finding/using many of the packages found in the

Re: [CMake] Current documentation and module standards

2007-07-25 Thread Bill Hoffman
Hendrik Sattler wrote: Hi, http://www.cmake.org/HTML/Install.html: - Somehow, the combination of MSYS+mingw32 is always forgotten as a valid alternative to cygwin. With this combination, you can also build cmake from CVS (although running bootstrap did not build the CMakeSetup.exe or maybe I

[CMake] Current documentation and module standards

2007-07-25 Thread Hendrik Sattler
Hi, Reading through the updated http://www.cmake.org/HTML/Documentation.html, there are several problems: 1. UsePkgConfig is not marked deprecated. One may get the idea that both FindPkgConfig and UsePkgConfig are needed. 2. There are several FindSDL_* modules vs. one FindQt4 and one F

Re: [CMake] Bugs in cmake-2.4.6, please solve for 2.4.7

2007-07-25 Thread Alexander Neundorf
On Monday 09 July 2007 15:39, Alexander Neundorf wrote: > On Monday 09 July 2007 15:22, Hendrik Sattler wrote: ... > > > 5. There is absolutely no information about the component stuff. How > > > can I use it or can only cpack do that? > > > > Still there. > > AFAICT this is not yet finished/intend

Re: [CMake] need help with modified helloworld

2007-07-25 Thread Alexander Neundorf
On Wednesday 25 July 2007 00:19, Andy Dingfelder wrote: > I'm wondering if someone could help me with a simple change to the > helloworld example > > I have gotten the helloworld to work with either windows output or > linux output, by changing the base CMakeLists.txt file but am struggling > on ho

Re: [Insight-users] Re: [CMake] ctest multithreaded

2007-07-25 Thread Luis Ibanez
Hi Gaetan, I agree that it is an interesting feature to be able to run several tests simultaneously. It is true that *the large majority* of ITK tests do not depend on the output from previous tests. There are however some exceptions, for example, the hole filling filters apply their computation

Re: [Insight-users] Re: [CMake] ctest multithreaded

2007-07-25 Thread Gaƫtan Lehmann
Selon Mathieu Malaterre <[EMAIL PROTECTED]>: > Hi Alex "hanfei", > > I believe there is nothing in the ADD_TEST to declare dependencies. > So chance is that you would run a test (depending on output from > another) *before* the dependant test is run. > > Is this correct ? But that's also the

Re: [CMake] custom doxygen target

2007-07-25 Thread Yegor Yefremov
Stephan Menzel wrote: Hello, I'd like to create a custom doxygen target for a project. The relevant parts look like that: / doc/Doxyfile.in lib/[files with all the documentation] build/ CMakeLists.txt Now what I'd like to have is a doxygen target where I can do something like this:

Re: [CMake] ctest multithreaded

2007-07-25 Thread David Cole
That's correct... Also, tests that pop up GUI windows and then do "screen analysis" to verify that the test passes will quite often not work well in conjunction with each other if two of them are run simultaneously... On 7/25/07, Mathieu Malaterre <[EMAIL PROTECTED]> wrote: Hi Alex "hanfei",

Re: [CMake] cmake 2.6

2007-07-25 Thread David Cole
From the CMake CVS repository. CVS HEAD has the cross-compiling functionality in it right now... HTH, David On 7/24/07, Andy Dingfelder <[EMAIL PROTECTED]> wrote: The example on http://www.cmake.org/Wiki/CMake_Cross_Compiling says that this is supported by CMake starting with version 2.6.0 (

[CMake] custom doxygen target

2007-07-25 Thread Stephan Menzel
Hello, I'd like to create a custom doxygen target for a project. The relevant parts look like that: / doc/Doxyfile.in lib/[files with all the documentation] build/ CMakeLists.txt Now what I'd like to have is a doxygen target where I can do something like this: $ cd build $ cmake ..

[CMake] dependency problem + POST_BUILD events

2007-07-25 Thread Sergei Riaguzov
Hi! I have a problem with POST_BUILD events. I have a target: add_library(blabla MODULE ${HDRS} ${SRCS} smth like that. Then lately I add a POST_BUILD event: add_custom_command(TARGET blabla POST_BUILD COMMAND ${7ZIP_BIN}/7z.exe a -tzip blablablabla ) so now I create a NMakefile and a Vis

RE: [CMake] ADA language

2007-07-25 Thread Camek, Alexander
Hi Alan, Thanks for your help. It works all now fine. Ass on my head, I have forgotten to enable the Ada language. Now it finds all the things correct. What I can say, it seems to work all correct under Windows MinGW. One other wish. Is it possible to change the .abs to in order to allow out

Re: [CMake] ctest multithreaded

2007-07-25 Thread Mathieu Malaterre
Hi Alex "hanfei", I believe there is nothing in the ADD_TEST to declare dependencies. So chance is that you would run a test (depending on output from another) *before* the dependant test is run. Is this correct ? -Mathieu On 7/24/07, Dr. Alex. GOUAILLARD <[EMAIL PROTECTED]> wrote: hi all,