[CMake] CMake 2.8.6-rc1 ready for testing!

2011-08-26 Thread David Cole
I am happy to announce that CMake 2.8.6 has entered the release candidate stage! You can find the source and binaries here: http://www.cmake.org/files/v2.8/?C=M;O=D This email is also available on the Kitware blog at http://www.kitware.com/blog/home/post/158 One bug already found in rc1: the file

[CMake] Fwd: Re: FindQt4 fails to find QtUiTools in windows cross-environment

2011-08-26 Thread Dominik Schmidt
Am 26.08.2011 19:41, schrieb Jean-Christophe Fillion-Robin: Hi Dominik, If your problem is similar to the one described here: http://na-mic.org/Mantis/view.php?id=1275 It should be fixed in CMake trunk. See http://cmake.org/gitweb?p=cmake.git;a=commit;h=702538e Hth Jc Hi Jean-Christophe, h

Re: [CMake] FindQt4 fails to find QtUiTools in windows cross-environment

2011-08-26 Thread Jean-Christophe Fillion-Robin
Hi Dominik, If your problem is similar to the one described here: http://na-mic.org/Mantis/view.php?id=1275 It should be fixed in CMake trunk. See http://cmake.org/gitweb?p=cmake.git;a=commit;h=702538e Hth Jc On Fri, Aug 26, 2011 at 12:54 PM, Dominik Schmidt wrote: > Hey! > > I'm facing an is

[CMake] FindQt4 fails to find QtUiTools in windows cross-environment

2011-08-26 Thread Dominik Schmidt
Hey! I'm facing an issue with FindQt4 module when cross-compiling from Linux to Windows. The QtUiTools are not found on the first run of cmake, executing cmake a second time finds it (I attached the diff of CMakeCache.txt before and after the second cmake run). I suspect the issue is connect

[CMake] Put CMake project into normal VS2005 solution with other projects and Cmake on multiple machine...

2011-08-26 Thread Guang Yang
Hi there, I am a newbie to Cmake, and I am working on an ITK/VTK based project. May I ask two questions please? 1. I have got a Visual Studio (VS 2005) solution with several different projects depend on each other inside. For example, three normal VS2005 project to produce dlls, and one VS

Re: [CMake] Error running link command: Bus error

2011-08-26 Thread David Cole
On Fri, Aug 26, 2011 at 3:51 AM, Patrick Gampp wrote: > Hi David, > >> From your VERBOSE output, it looks like you're building on >> "/Volumes/amm-er" -- what happens if you move the source and build >> trees onto your Mac hard drive and then try? Hopefully that will >> eliminate the linker crash.

Re: [CMake] How to determine origin of variable

2011-08-26 Thread Martin Weber
Am 25.08.2011 17:54, schrieb David Cole: [...] See this recent bug report for some advice in the notes: http://public.kitware.com/Bug/view.php?id=12340 And this old email on the list that contains basically the same advice: http://www.cmake.org/pipermail/cmake/2007-August/015814.html You can al

Re: [CMake] Error running link command: Bus error

2011-08-26 Thread Patrick Gampp
Hi David, > From your VERBOSE output, it looks like you're building on > "/Volumes/amm-er" -- what happens if you move the source and build > trees onto your Mac hard drive and then try? Hopefully that will > eliminate the linker crash. I moved the code to a local directory and it worked. Thanks

Re: [CMake] Re-setting CMAKE_C_COMPILER on command line discards CMAKE_C_FLAGS

2011-08-26 Thread Michael Hertling
On 08/25/2011 06:05 PM, Jed Brown wrote: > $ cmake .. '-DCMAKE_C_COMPILER:FILEPATH=mpicc' '-DCMAKE_C_FLAGS:STRING= > -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas' > [no problems] > $ grep CMAKE_C_FLAGS:STRING CMakeCache.txt > CMAKE_C_FLAGS:STRING= -Wall -Wwrite-strings -Wno-stric