[CMake] directory structure of framework headers

2009-08-18 Thread Gustavo G
Hello, I am trying to create a framework in cmake, the only problem I have so far is that directory structure of the public headers is not kept. For example, suppose my headers are declared as set(my_HDRS h1.hh var/h1.hh var/h2.hh var-imp/h1.hh

[CMake] directory structure of framework headers

2009-08-18 Thread Gustavo G
Hello, I am trying to create a framework in cmake, the only problem I have so far is that directory structure of the public headers is not kept. For example, suppose my headers are declared as set(my_HDRS h1.hh var/h1.hh var/h2.hh var-imp/h1.hh

[CMake] CUSTOM COMMAND triggered several times

2009-08-18 Thread Arnaud Devalkeneer
Hi, I have a strange behaviour with add_custom_comand with its output form. This command is called two or three times, even the file dependency has not been changed and the output exists. I wrote : ADD_CUSTOM_COMMAND( OUTPUT ${${PROJECT_NAME}_WOK_GENERATED_INCLUDE} COMMAND woktcl ARGS

[CMake] Mac hangs on ctest svn update

2009-08-18 Thread David Rawlins
Hi all, I have an svn repository that requires a password to do an update. How do I pass the svn password to ctest -D Nightly? On Linux I get an error message when ctest is not able to do the update, but on the Mac it just hangs waiting for the password to be input. Any help would be

Re: [CMake] FindBoost.cmake and new (1.40) Boost Libraries

2009-08-18 Thread Pau Garcia i Quiles
On Tue, Aug 18, 2009 at 4:47 PM, James C. Sutherlandjames.sutherl...@utah.edu wrote: The new boost libraries (as of version 1.40) will not have all of the extra information like compiler info and boost version tagged onto the library name. Is there going to be a patch released for the

Re: [CMake] CUSTOM COMMAND triggered several times

2009-08-18 Thread Tyler Roscoe
On Tue, Aug 18, 2009 at 12:47:24PM +0200, Arnaud Devalkeneer wrote: I have a strange behaviour with add_custom_comand with its output form. This command is called two or three times, even the file dependency has not been changed and the output exists. I wrote : ADD_CUSTOM_COMMAND(

Re: [CMake] Qt stand alone and deployable bundle OS X application

2009-08-18 Thread Arnaud GELAS
Hi Mike, Thanks for your email! You made me realize that I was building static libraries... That was the main reason why I had some troubles. Note that I had to add in CompleteBundle.cmake.in the following lines (to remove some warnings with cmake): IF( COMMAND CMAKE_POLICY )

[CMake] Problem getting bootstrap to enable Fortran and JAVA

2009-08-18 Thread Kotcher, Danny
Hello I bootstrapped cmake on a x86_64 Linux cluster and have been doing C++ successfully. When attempting a Fortran project, I got the message: CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_COMPILER_ENV_VAR I

[CMake] F90 and legacy F77

2009-08-18 Thread James C. Sutherland
Is there a way to detect and use both F77 and F90 compilers? I have some legacy F77 code that uses constructs that have been deprecated/removed in F90. I would like to compile those F77 files with a F77 compiler, compile the F90 files with an F90 compiler, and then link them with the F90

[CMake] eclipse-cmake bug - more info

2009-08-18 Thread Steve Mathers
Hi, thanks for responding. Eclipse is the latest Galileo 3.5 and cmake is the latest I downloaded from the site yesterday 2.6.4 yes, that does look suspicious. I have been trying a lot of stuff all morning, and I was actually fooling around with making an eclipse project via the cdt4 builder

[CMake] CMake NSIS question

2009-08-18 Thread Andrew Maclean
I have a situation where I have an installer for a program. I then have a second installer that will install the configuration files for the program. This is done so we can update these files periodically without updating the program. Has anyone any ideas how to do this in CMake? Basically I am

Re: [CMake] CMake NSIS question

2009-08-18 Thread Tyler Roscoe
On Wed, Aug 19, 2009 at 10:13:09AM +1000, Andrew Maclean wrote: I have a situation where I have an installer for a program. I then have a second installer that will install the configuration files for the program. This is done so we can update these files periodically without updating the

Re: [CMake] CMake NSIS question

2009-08-18 Thread Andrew Maclean
I am not sure what you mean. On Wed, Aug 19, 2009 at 10:18 AM, Tyler Roscoety...@cryptio.net wrote: On Wed, Aug 19, 2009 at 10:13:09AM +1000, Andrew Maclean wrote: I have a situation where I have an installer for a program. I then have a second installer that will install the configuration

Re: [CMake] CMake NSIS question

2009-08-18 Thread Tyler Roscoe
On Wed, Aug 19, 2009 at 10:20:37AM +1000, Andrew Maclean wrote: I am not sure what you mean. http://www.vtk.org/Wiki/CMake:Component_Install_With_CPack ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] CMake NSIS question

2009-08-18 Thread Andrew Maclean
Thanks. I am reading the page now! I would still like to ship a separate installer for the configuration files. On Wed, Aug 19, 2009 at 10:27 AM, Tyler Roscoety...@cryptio.net wrote: On Wed, Aug 19, 2009 at 10:20:37AM +1000, Andrew Maclean wrote: I am not sure what you mean.

Re: [CMake] Mac hangs on ctest svn update

2009-08-18 Thread Philip Lowman
There are --username and --password flags to svn, but I wouldn't recommend using them since on most Linux machines this info could be gathered via /proc/pid/cmdline. Generally what we do is authenticate once with svn checkout or svn update as the user doing the nightly build and rely on

Re: [CMake] eclipse-cmake bug - more info

2009-08-18 Thread Philip Lowman
Galileo 3.5.0 (CDT 6) seems to be working fine for me. It's the version I've used at work for a few months and it works fine at home. There should be no difference between running make in the Eclipse generated directory vs. a Unix Makefile generated directory. First check directory permissions