Re: [cmake-developers] [CMake] CMake 2.8.9-rc1 ready for testing!

2012-07-02 Thread Claus Klein
Yes, you are right. My fault, I was really not up to date. It works fine with your fix. Thanks Claus On 27.06.2012, at 20:07, Peter Kümmel wrote: Works also here on Windows, Ubuntu 12.04, and Mac 10.8 (gcc-4.2, i386), at least when I use cmake as sources. Are you sure your sources are up

Re: [cmake-developers] [CMake] CMake 2.8.9-rc1 ready for testing!

2012-06-27 Thread David Cole
On Wed, Jun 27, 2012 at 5:47 PM, Alexander Neundorf wrote: > Hi, > > On Friday 22 June 2012, David Cole wrote: > >> I am happy to announce that CMake 2.8.9 has entered the release candidate > >> stage! > >> > >> You can find the source and binaries here: > >> > >> http://www.cmake.org/files/v2.8/?

Re: [cmake-developers] [CMake] CMake 2.8.9-rc1 ready for testing!

2012-06-27 Thread Alexander Neundorf
Hi, On Friday 22 June 2012, David Cole wrote: > I am happy to announce that CMake 2.8.9 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 it would be nice if my two DetectManSection and EclipseFixIncludeDirD

Re: [cmake-developers] [CMake] CMake 2.8.9-rc1 ready for testing!

2012-06-27 Thread Peter Kümmel
On 26.06.2012 23:00, Bill Hoffman wrote: On 6/26/2012 2:42 PM, Claus Klein wrote: yes, sure, On Darwin, I simply do: cmake -G 'Eclipse CDT4 - Ninja' -DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=1 ../LMX That works with any cmake project I work. Nightly build on uname -a Darwin claus-kleins-macboo

Re: [cmake-developers] [CMake] CMake 2.8.9-rc1 ready for testing!

2012-06-26 Thread Claus Klein
Yes, on MSYS it works too. I will try to debug it at the Weekend, I have no Time befor sunday. Sorry Claus With regards Claus On 26.06.2012, at 23:00, Bill Hoffman wrote: > On 6/26/2012 2:42 PM, Claus Klein wrote: >> yes, sure, >> >> On Darwin, I simply do: >> >> cmake -G 'Eclipse CDT4 - Ni

Re: [cmake-developers] [CMake] CMake 2.8.9-rc1 ready for testing!

2012-06-26 Thread Bill Hoffman
On 6/26/2012 2:42 PM, Claus Klein wrote: yes, sure, On Darwin, I simply do: cmake -G 'Eclipse CDT4 - Ninja' -DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=1 ../LMX That works with any cmake project I work. Nightly build on uname -a Darwin claus-kleins-macbook-pro.local 9.8.0 Darwin Kernel Version 9.

Re: [cmake-developers] [CMake] CMake 2.8.9-rc1 ready for testing!

2012-06-26 Thread Claus Klein
yes, sure, On Darwin, I simply do: cmake -G 'Eclipse CDT4 - Ninja' - DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=1 ../LMX That works with any cmake project I work. Nightly build on uname -a Darwin claus-kleins-macbook-pro.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; ro

Re: [cmake-developers] [CMake] CMake 2.8.9-rc1 ready for testing!

2012-06-26 Thread Bill Hoffman
On 6/26/2012 2:25 PM, Claus Klein wrote: Hi Dave, I found one more Ninja issue; The Ninja Eclipse Generator crashes while make target generation. No Idea why, but this helps for now: Can you give a way to reproduce the problem? diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source

Re: [cmake-developers] [CMake] CMake 2.8.9-rc1 ready for testing!

2012-06-26 Thread Claus Klein
Hi Dave, I found one more Ninja issue; The Ninja Eclipse Generator crashes while make target generation. No Idea why, but this helps for now: diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/ cmExtraEclipseCDT4Generator.cxx index ab11307..b9e360b 100644 --- a/Source/cmExtraEcli