[CMake] FindImageMagick: Rewrite to support all utilities.

2007-10-12 Thread Miguel A. Figueroa-Villanueva
Hello, I've been assigned the task of maintaining the ImageMagick find module. As such, I made a rewrite to support the complete toolchain (i.e., all command line executables) and would like to ask for user feedback before committing the changes. The new module is attached for reference. The patt

[CMake] Mantis usage: reminder or note?

2007-10-12 Thread Miguel A. Figueroa-Villanueva
Hello, If I want to contact the author of a bug report to ask if they could run a patched version or to inquire further about the bug, etc., should I send a reminder or a note? I would think I need to send a note, but I'm not sure if that will automatically send an e-mail back to the author of th

Re: [CMake] CPack option naming and deb generator

2007-10-12 Thread Eric Noulard
2007/9/30, Eric Noulard <[EMAIL PROTECTED]>: > 2007/9/29, Bill Hoffman <[EMAIL PROTECTED]>: > > I have been busy and have not had time to look at this thread. I have > > also not had > > a proper chance to look at the the generators that were added to CPack. > > My gut feeling is that all variable

Re: [CMake] qmake to cmake

2007-10-12 Thread Alan W. Irwin
On 2007-10-12 14:44-0400 Ajay Divekar wrote: I also want to create plugins which I want to load in my application. I was wondering if anybody could tell me how to create a plugin using cmake. Look at the MODULE functionality of ADD_LIBRARY. You may also want to change the created module/plug-

Re: [CMake] qmake to cmake

2007-10-12 Thread Ajay Divekar
Experts, I want to run the rcc compiler and would like to which cmake command to use (like qt_wrap_cpp to generate the moc files)? I also want to create plugins which I want to load in my application. I was wondering if anybody could tell me how to create a plugin using cmake. Regards, Ajay ___

Re: [CMake] Problem with Qt frameworks on Mac

2007-10-12 Thread Martin Buchleitner
On Oct 12, 2007, at 2:36 PM, Mike Jackson wrote: Lately I have been finding that the FindQt4.cmake module is broken for Qt4 installs that are not in "standard" locations. The I ended up swapping the latest FindQt4.cmake from CVS HEAD of CMake with my current installed FindQt4.cmake and thi

Re: [CMake] qmake to cmake

2007-10-12 Thread kent williams
Check http://www.cmake.org/HTML/Documentation.html for the CMake INCLUDE_DIRECTORIES claus. You can have multiple INCLUDE_DIRECTORIES clauses, and they're inherited in subdirectories. On 10/12/07, Ajay Divekar <[EMAIL PROTECTED]> wrote: > Experts, > > I was wondering how do I pass the include di

Re: [CMake] qmake to cmake

2007-10-12 Thread Ajay Divekar
Experts, I was wondering how do I pass the include directories (-I option) and the -D option to the files that being moc'd ? I am using qt4_wrap_cpp function to generate the moc_x.cxx files. Thanks in advance. Regards, Aj On 10/10/07, Marie-Christine Vallet <[EMAIL PROTECTED]> wrote: > > B

RE: [CMake] Adding .pdb files to CPack (Visual Studio 7 generator)

2007-10-12 Thread Torsten Martinsen
Torsten Martinsen <> wrote: > Hendrik Sattler <> wrote: > >> Did you try using the LOCATION property of the TARGET stripping the >> extension and using that? > > Not until now, but: The LOCATION property expands to e.g. > "C:/user/gh/ais/impl/build/cmake/vc7/ca/$(OutDir)/ca.exe", so that is > also

[CMake] dependency error

2007-10-12 Thread Marc Paulescu
Hello, I have a project with the following dependency : executable -> static library -> static library module1 , ..., static library module n The executable depends on the static library. The library depends on the modules (which are also static libraries). An archive with the project is attach

RE: [CMake] Excluding a file from a particular configuration with Visual Studio

2007-10-12 Thread Josef Karthauser
> In my patched version at: > > svn co svn://svn.luaplus.org/CMake/patches/All CMake > > There is a new source file property called EXCLUDED_FROM_BUILD. > > SET_SOURCE_FILES_PROPERTIES($(MY_SRCS) PROPERTIES EXCLUDED_FROM_BUILD > true) > > This handles Visual Studio .vcproj files, but it doesn't

Re: [CMake] Excluding a file from a particular configuration with Visual Studio

2007-10-12 Thread Joshua Jensen
Sylvain Benner wrote: What's the canonical way of marking a file as being excluded from a given Visual Studio configuration? No this is not supported. I think it's better to use preprocessor to do this kind of stuff. In my patched version at: svn co svn://svn.luaplus.org/CMake/patches/All CMa

Re: [CMake] trouble using CMake to make VTK from source

2007-10-12 Thread Bill Hoffman
Trevis Crane wrote: Hi, I'm running winXP and want to develop in C++ using Microsoft Visual Studio .NET 2003. I downloaded the VTK source and CMake, installed CMake and am trying to use it to create the .sln file for Visual Studio to compile the library binaries. So, I setup CMake by givin

Re: [CMake] Problem with Qt frameworks on Mac

2007-10-12 Thread Mike Jackson
Lately I have been finding that the FindQt4.cmake module is broken for Qt4 installs that are not in "standard" locations. The I ended up swapping the latest FindQt4.cmake from CVS HEAD of CMake with my current installed FindQt4.cmake and things seem to be much better. Also. Did you compile

RE: [CMake] Excluding a file from a particular configuration with Visual Studio

2007-10-12 Thread Josef Karthauser
> -Original Message- > From: Sylvain Benner [mailto:[EMAIL PROTECTED] > Sent: 12 October 2007 13:00 > To: Josef Karthauser > Cc: cmake@cmake.org > Subject: Re: [CMake] Excluding a file from a particular configuration > with Visual Studio > > > What's the canonical way of marking a file as

Re: [CMake] Excluding a file from a particular configuration with Visual Studio

2007-10-12 Thread Sylvain Benner
What's the canonical way of marking a file as being excluded from a given Visual Studio configuration? No this is not supported. I think it's better to use preprocessor to do this kind of stuff. --Sylvain ___ CMake mailing list CMake@cmake.org http:

[CMake] Excluding a file from a particular configuration with Visual Studio

2007-10-12 Thread Josef Karthauser
What's the canonical way of marking a file as being excluded from a given Visual Studio configuration? Is there one? Joe ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Changing VS2005 Configuration

2007-10-12 Thread Sylvain Benner
Hello, I am using Visual Studio 8 and cmake 2.4p7 and am trying to set the configuration for a specific project to 'Release'. So I added SET(CMAKE_BUILD_TYPE Release) to CMakeLists.txt and ran cmake. The Visual Studio configuration manager still lists all projects in 'Debug' configuration. W

Re: [CMake] Changing VS2005 Configuration

2007-10-12 Thread Jakob Santner
Josef Karthauser schrieb: >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On > Behalf >> Of Jakob Santner >> Sent: 12 October 2007 07:40 >> To: cmake@cmake.org >> Subject: [CMake] Changing VS2005 Configuration >> >> Hello, >> >> I am using Visual Studio 8 and c

[CMake] Setting a CTest script variable initial value from command line

2007-10-12 Thread Daniel
Is there a way to set the initial value of a variable in ctest script from the command line? Something similiar to how cmake and cpack have -D= but for use with ctest's -S option. -- Daniel ___ CMake mailing list CMake@cmake.org http://www.cmake.org/m

RE: [CMake] Changing VS2005 Configuration

2007-10-12 Thread Josef Karthauser
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Jakob Santner > Sent: 12 October 2007 07:40 > To: cmake@cmake.org > Subject: [CMake] Changing VS2005 Configuration > > Hello, > > I am using Visual Studio 8 and cmake 2.4p7 and am trying to set the >

[CMake] Problem with Qt frameworks on Mac

2007-10-12 Thread Martin Buchleitner
Hi, from a conversation quoted: On mac i get now following error when i try to compile: Linking CXX shared library libMhcfg.dylib cd /Users/mabu/Documents/uni/robocup05/build/base/config && /usr/ local/bin/cmake -P CMakeFiles/Mhcfg.dir/cmake_clean_target.cmake cd /Users/mabu/Documents/uni/rob