[cmake-developers] Experimental BuildDepends test passed, but does not work?

2012-07-21 Thread Claus Klein
I can not understand the output, for me this test does not work. Change Dir: /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/ BuildDepends/Project Run Build Command:/usr/local/bin/ninja [1/14] Building CXX object CMakeFiles/foo.dir/foo.cxx.o [2/14] Generating zot_custom.hxx [3/14]

Re: [cmake-developers] Experimental BuildDepends test passed, but does not work?

2012-07-21 Thread Peter Kümmel
On 21.07.2012 11:22, Claus Klein wrote: I can not understand the output, for me this test does not work. Change Dir: /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project Run Build Command:/usr/local/bin/ninja [1/14] Building CXX object CMakeFiles/foo.dir/foo.cxx.o [2/14]

Re: [cmake-developers] Experimental BuildDepends test passed, but does not work?

2012-07-21 Thread Peter Kümmel
On 21.07.2012 12:08, Peter Kümmel wrote: Can anyone please help? You could not run the BuildDepends test twice. You always have to remove the BuildDepends folder in the build tree before running it again. Seems like a bug in the cmake file for the test. Or a bug in the ninja generator?

Re: [cmake-developers] Experimental BuildDepends test passed, but does not work?

2012-07-21 Thread David Cole
On Sat, Jul 21, 2012 at 6:08 AM, Peter Kümmel syntheti...@gmx.net wrote: On 21.07.2012 11:22, Claus Klein wrote: I can not understand the output, for me this test does not work. Change Dir: /Users/clausklein/Downloads/CmakeNinjaBuildDir/Tests/BuildDepends/Project Run Build

[cmake-developers] Memory leak introduced with recent Mac+Ninja changes

2012-07-21 Thread David Cole
cmMakefileTargetGenerator leaks its OSXBundleGenerator -- please delete it in the destructor... Search for are definitely lost on this page: http://open.cdash.org/viewDynamicAnalysisFile.php?id=2784730 Thanks, David -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [cmake-developers] [PATCH] Added very basic Windows CE Makefile support

2012-07-21 Thread David Cole
On Sat, Jul 21, 2012 at 8:16 AM, Patrick Gansterer par...@paroga.com wrote: Hi, On Sat, 21 Jul 2012 08:08:43 -0400, David Cole wrote: Do you have a local branch that has all 6 patches one on top of the other? On Sat, Jul 21, 2012 at 7:49 AM, Patrick Gansterer par...@paroga.com wrote:

Re: [cmake-developers] [PATCH] Added very basic Windows CE Makefile support

2012-07-21 Thread Patrick Gansterer
Hi, On Sat, 21 Jul 2012 09:30:58 -0400, David Cole wrote: On Sat, Jul 21, 2012 at 8:16 AM, Patrick Gansterer par...@paroga.com wrote: Hi, On Sat, 21 Jul 2012 08:08:43 -0400, David Cole wrote: Do you have a local branch that has all 6 patches one on top of the other? On Sat, Jul 21,

Re: [cmake-developers] Memory leak introduced with recent Mac+Ninja changes

2012-07-21 Thread Nicolas Desprès
Thanks for the feedback. Here the patches to cherry-pick: https://github.com/polrop/CMake/commit/af6b1979071e463ae397d3512e3a0366b58919f8 https://github.com/polrop/CMake/commit/be8039fab069b0efb2469932617b3ca8826d1865 Cheers, Nico On Sat, Jul 21, 2012 at 1:32 PM, David Cole