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
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
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
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
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
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.
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
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
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