[cmake-developers] [CMake 0012653]: NSIS: cmake unattended install does not work

2012-01-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=12653 == Reported By:Mathieu Malaterre Assigned To:

Re: [cmake-developers] CheckSymbolExists is unreliable

2012-01-04 Thread Rolf Eike Beer
On Tue, Jan 3, 2012 at 2:17 PM, Rolf Eike Beer e...@sf-mail.de wrote: Pushed updated branch. Please review and merge to next if you like it. Can you handle Modules/CheckPrototypeDefinition.cmake too? I think it has the same problem. Will look at. There are a few problems with the current

Re: [cmake-developers] CheckSymbolExists is unreliable

2012-01-04 Thread Brad King
On 1/4/2012 9:50 AM, Rolf Eike Beer wrote: Nice. Will clean this up. When I put this directly into the CMakeLists.txt the other problems should vanish, no? Yes, I think so. That is one reason I suggested the approach. Thanks, -Brad -- Powered by www.kitware.com Visit other Kitware

[cmake-developers] [CMake 0012654]: CMake allows dependency on non-existing tests

2012-01-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12654 == Reported By:Denis Scherbakov Assigned To:

[cmake-developers] [CMake 0012655]: Cannot run Java from FindJava when using JOM

2012-01-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12655 == Reported By:André Caron Assigned To:

[cmake-developers] [CMake 0012656]: CPack crashes

2012-01-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12656 == Reported By:bastianra Assigned To:

Re: [cmake-developers] CheckSymbolExists is unreliable

2012-01-04 Thread Rolf Eike Beer
Am Mittwoch, 4. Januar 2012, 10:02:32 schrieb Brad King: On 1/4/2012 9:50 AM, Rolf Eike Beer wrote: Nice. Will clean this up. When I put this directly into the CMakeLists.txt the other problems should vanish, no? Yes, I think so. That is one reason I suggested the approach. Ok, I've

[cmake-developers] [CMake 0012658]: On Microsoft Visual C++ 2008, even I set CMAKE_START_TEMP_FILE= and CMAKE_END_TEMP_FILE=, the command line is still not show

2012-01-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12658 == Reported By:Hong Xu Assigned To:

[CMake] DeployQt4 example

2012-01-04 Thread norulez
Does anyone have a working example for the new DeployQt4 module? Thanks in advance -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at:

[CMake] Generate Xcode projects on a Windows environment

2012-01-04 Thread Hertout Julien
We need to generate Xcode projects but from a Windows environment. CMake does the job well on a MAC OS environment. However, it can't do it on a Windows environment. I wonder if there are some technical reasons to it or if it is just a choice made by the CMake development team since this use

Re: [CMake] Generate Xcode projects on a Windows environment

2012-01-04 Thread Eric Noulard
2012/1/4 Hertout Julien julien.hert...@neomades.com: We need to generate Xcode projects but from a Windows environment. Is it possible to know why you need that? CMake generated project files are not meant to be relocatable and they depend on CMake as well So generating a project file on a

Re: [CMake] RC compiler on Linux - new problem

2012-01-04 Thread pellegrini
Hi Michael first of all best wishes for 2012 ! Let's start 2012 with a new question for CMake community ! It is related with prior discussions we had about rc compiler on Linux. Sorry but I had many things to do in the meantime and I could only come back to it recently. As a reminder, my

[CMake] How to force CMake install / CPack to create an empty directory.

2012-01-04 Thread Vladimir Jaksic
Hello, For the purposes of my project i need to create multiple empty directories where my exectuable is located, and I would like to include these directories in the .zip file. I have tried the following: -- ... INSTALL(TARGETS myproject DESTINATION .) INSTALL(DIRECTORY

Re: [CMake] How to force CMake install / CPack to create an empty directory.

2012-01-04 Thread Eric Noulard
2012/1/4 Vladimir Jaksic vladimir.jak...@gmail.com: Hello, For the purposes of my project i need to create multiple empty directories where my exectuable is located, and I would like to include these directories in the .zip file. I have tried the following: -- ...

Re: [CMake] Generate Xcode projects on a Windows environment

2012-01-04 Thread Hertout Julien
Le 04/01/12 12:54, Eric Noulard a écrit : 2012/1/4 Hertout Julienjulien.hert...@neomades.com: We need to generate Xcode projects but from a Windows environment. Is it possible to know why you need that? CMake generated project files are not meant to be relocatable and they depend on CMake as

Re: [CMake] Generate Xcode projects on a Windows environment

2012-01-04 Thread Eric Noulard
2012/1/4 Hertout Julien julien.hert...@neomades.com: Is it possible to know why you need that? Of course. We develop software to help to develop applications for mobile phones. From a source code written in Java with our APIs we generate projects for JavaME, Android, Blackberry, WP7 and

Re: [CMake] XCode generator hangs when writing build config.

2012-01-04 Thread David Cole
What project are you running through CMake? Is it available for us to try to reproduce here? I've not heard of anything like this... Can you use Activity Monitor to inspect the process and grab a sample showing a call stack of what's happening when it's hung? Does CMake have any child processes

Re: [CMake] XCode generator hangs when writing build config.

2012-01-04 Thread David Cole
On Wed, Jan 4, 2012 at 12:36 PM, Axel Roebel axel.roe...@ircam.fr wrote: On 4/1/12 5:05 PM, David Cole wrote: What project are you running through CMake? Is it available for us to try to reproduce here? It is the SDIF/EASDIF_SDIF project that is on sourceforge.

[CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Michael Jackson
I am having trouble getting add_custom_Command and CMAKE_CFG_INTDIR to work correctly together. This is what I have so far. # -- Setup output Directories - SET (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/Bin CACHE PATH Single Directory for all

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread clin...@elemtech.com
Have you tried excluding the .exe thing? I thought cmake did the right thing for targets used in custom commands. Clint - Reply message - From: Michael Jackson mike.jack...@bluequartz.net Date: Wed, Jan 4, 2012 1:28 pm Subject: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR To:

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Michael Jackson
I robbed this from the HDF5 project which does something very similar to what I am doing: SET (CMD ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}${CFG_INIT}/H5detect${EXE_EXT}) That seems to at least point to the proper location. Now to get Visual Studio to actually execute the executable. -- Mike Jackson

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Bill Hoffman
On 1/4/2012 4:03 PM, Michael Jackson wrote: I robbed this from the HDF5 project which does something very similar to what I am doing: SET (CMD ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}${CFG_INIT}/H5detect${EXE_EXT}) That seems to at least point to the proper location. Now to get Visual Studio to

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Michael Jackson
Thanks! The definitely fixed the issue for ALL the platforms. I guess I just have not been keeping up with all the additions to CMake. At what version was this syntax introduced? -- Mike Jackson www.bluequartz.net On Jan 4, 2012, at 4:11 PM, Bill Hoffman wrote: On 1/4/2012 4:03 PM, Michael

[CMake] Visual Studio Generator: Unable to show property page for custom build tool

2012-01-04 Thread Michael Guerrero
Hi, I’ve been experimenting with using Visual Studio’s “Custom Build Tool” per cpp file to perform some specialized operations.  However, the property page is not visible (not editable) when I generate a project with cmake.  To see what this looks like, see here:

Re: [CMake] Visual Studio Generator: Unable to show property page for custom build tool

2012-01-04 Thread James Bigler
On Wed, Jan 4, 2012 at 2:30 PM, Michael Guerrero insom...@yahoo.com wrote: Hi, I’ve been experimenting with using Visual Studio’s “Custom Build Tool” per cpp file to perform some specialized operations. However, the property page is not visible (not editable) when I generate a project with

Re: [CMake] Visual Studio Generator: Unable to show property page for custom build tool

2012-01-04 Thread John Drescher
On Wed, Jan 4, 2012 at 4:30 PM, Michael Guerrero insom...@yahoo.com wrote: Hi, I’ve been experimenting with using Visual Studio’s “Custom Build Tool” per cpp file to perform some specialized operations.  However, the property page is not visible (not editable) when I generate a project with

[CMake] Adding a reference to a .NET dll in my C++/CLI project

2012-01-04 Thread brian
I've been able to generate VS 2010 solution's via CMake for my C++/CLI project (.NET project). We've added the log4net.dll to the project by hand. This is the .NET version of the log4j project. What I'd like to do is add a reference to this DLL to the solution via cmake using a

Re: [CMake] Visual Studio Generator: Unable to show property page for custom build tool

2012-01-04 Thread Niels Dekker - address until 2014
Michael Guerrero wrote: Hi, I’ve been experimenting with using Visual Studio’s “Custom Build Tool” per cpp file to perform some specialized operations. However, the property page is not visible (not editable) when I generate a project with cmake. To see what this looks like, see here:

Re: [CMake] Adding a reference to a .NET dll in my C++/CLI project

2012-01-04 Thread Hendrik Sattler
Am Mittwoch, 4. Januar 2012, 23:32:21 schrieb brian: I've been able to generate VS 2010 solution's via CMake for my C++/CLI project (.NET project). We've added the log4net.dll to the project by hand. This is the .NET version of the log4j project. What I'd like to do is add a reference to

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Bill Hoffman
On 1/4/2012 4:27 PM, Michael Jackson wrote: Thanks! The definitely fixed the issue for ALL the platforms. I guess I just have not been keeping up with all the additions to CMake. At what version was this syntax introduced? Looks like about a year ago:

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread David Cole
On Wed, Jan 4, 2012 at 7:14 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 1/4/2012 4:27 PM, Michael Jackson wrote: Thanks! The definitely fixed the issue for ALL the platforms. I guess I just have not been keeping up with all the additions to CMake. At what version was this syntax

Re: [CMake] XCode generator hangs when writing build config.

2012-01-04 Thread David Cole
On Wed, Jan 4, 2012 at 1:14 PM, David Cole david.c...@kitware.com wrote: On Wed, Jan 4, 2012 at 12:36 PM, Axel Roebel axel.roe...@ircam.fr wrote: On 4/1/12 5:05 PM, David Cole wrote: What project are you running through CMake? Is it available for us to try to reproduce here? It is the

Re: [CMake] Adding a reference to a .NET dll in my C++/CLI project

2012-01-04 Thread Aaron Ten Clay
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/04/12 14:32, brian wrote: I've been able to generate VS 2010 solution's via CMake for my C++/CLI project (.NET project). We've added the log4net.dll to the project by hand. This is the .NET version of the log4j project. What I'd like to do is

Re: [CMake] RC compiler on Linux - new problem

2012-01-04 Thread Michael Hertling
On 01/04/2012 02:08 PM, pellegrini wrote: Hi Michael first of all best wishes for 2012 ! Thanks, the same to you! Let's start 2012 with a new question for CMake community ! It is related with prior discussions we had about rc compiler on Linux. Sorry but I had many things to do in the

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Michael Wild
On 01/04/2012 09:28 PM, Michael Jackson wrote: I am having trouble getting add_custom_Command and CMAKE_CFG_INTDIR to work correctly together. This is what I have so far. # -- Setup output Directories - SET (CMAKE_LIBRARY_OUTPUT_DIRECTORY

Re: [CMake] Add Custom COmmand and CMAKE_CFG_INTDIR

2012-01-04 Thread Michael Hertling
On 01/04/2012 10:11 PM, Bill Hoffman wrote: On 1/4/2012 4:03 PM, Michael Jackson wrote: I robbed this from the HDF5 project which does something very similar to what I am doing: SET (CMD ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}${CFG_INIT}/H5detect${EXE_EXT}) That seems to at least point to the

[Cmake-commits] CMake branch, next, updated. v2.8.7-1960-g2544436

2012-01-04 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 2544436687e1742125b450255eedc09e92a46549 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.7-7-ga823d88

2012-01-04 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via a823d8814922cf2c83420f98bb7f2a2ac1d2f0e3 (commit) from