[cmake-developers] [CMake 0013383]: CMAKE Autodetect defaults to NMake Makefiles when MinGW Makefiles should be used.

2012-07-07 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13383 == Reported By:Ken Phillis Assigned To:

Re: [cmake-developers] Ninja passes all tests on OS X

2012-07-07 Thread Nicolas Desprès
On Fri, Jul 6, 2012 at 9:56 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 7/6/2012 12:45 PM, Nicolas Desprčs wrote: Both work. Generally I use helper class with language not supporting multiple inheritance but if you prefer not to use it that's not a problem. I'll do the patch. Thanks

[cmake-developers] cmake selftest use different compiler and binutils as configured on Darwin

2012-07-07 Thread Claus Klein
I tried to check if ninja works now on Darwin, but some tests still fails. I use this configuration, but I have the gcc-4.7 installed too under / opt/local/bin. /usr/local/bin/cmake -G Ninja -DCMAKE_TEST_GENERATOR:STRING=Ninja \ -DCMAKE_TEST_MAKEPROGRAM:FILEPATH=${MAKECOMMAND} -

Re: [cmake-developers] Ninja passes all tests on OS X

2012-07-07 Thread Claus Klein
On 07.07.2012, at 20:54, Nicolas Desprès wrote: I have pushed the re-factor patch. Let me know what do you think. I have tested on Linux and MacOSX with the Makefile and Ninja generator and both work fine. Which OS version and Tools do you have installed? I merged in your patch and have

Re: [cmake-developers] Ninja passes all tests on OS X

2012-07-07 Thread Nicolas Desprès
On Sat, Jul 7, 2012 at 9:02 PM, Claus Klein claus.kl...@arcormail.de wrote: On 07.07.2012, at 20:54, Nicolas Desprès wrote: I have pushed the re-factor patch. Let me know what do you think. I have tested on Linux and MacOSX with the Makefile and Ninja generator and both work fine. Which OS

Re: [cmake-developers] cmake selftest use different compiler and binutils as configured on Darwin

2012-07-07 Thread Nicolas Desprès
Hi Claus, Have a look here: http://kennethreitz.com/xcode-gcc-and-homebrew.html I advice you to install the Apple command line tools for xcode and stop to use gcc. Cheers, Nico On Sat, Jul 7, 2012 at 8:58 PM, Claus Klein claus.kl...@arcormail.de wrote: I tried to check if ninja works now on

Re: [cmake-developers] cmake selftest use different compiler and binutils as configured on Darwin

2012-07-07 Thread Claus Klein
Thanks Nico, I can live with the tools installed with mac ports. I only tried to test Ninja with Cmake. And it works fine for me. I will ignore this 5 errors while cmake selftest. ;-) All other thinks I works with do fine without xcode ... But IMO, cmake should use the configured tool chain