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

2012-07-18 Thread Nicolas Desprès
On Tue, Jul 17, 2012 at 11:39 PM, Bill Hoffman wrote: > On 7/17/2012 1:43 PM, Peter Kümmel wrote: >> >> On 17.07.2012 19:32, Bill Hoffman wrote: >>> >>> On 7/17/2012 1:21 PM, Peter Kümmel wrote: OK, maybe it is simpler to add a the functions to cmNinjaTargetGenerator which

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

2012-07-18 Thread Peter Kümmel
On 18.07.2012 11:58, Nicolas Desprès wrote: On Tue, Jul 17, 2012 at 11:39 PM, Bill Hoffman wrote: On 7/17/2012 1:43 PM, Peter Kümmel wrote: On 17.07.2012 19:32, Bill Hoffman wrote: On 7/17/2012 1:21 PM, Peter Kümmel wrote: OK, maybe it is simpler to add a the functions to cmNinjaTargetGe

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

2012-07-18 Thread Peter Kümmel
On 18.07.2012 11:58, Nicolas Desprès wrote: On Tue, Jul 17, 2012 at 11:39 PM, Bill Hoffman wrote: On 7/17/2012 1:43 PM, Peter Kümmel wrote: On 17.07.2012 19:32, Bill Hoffman wrote: On 7/17/2012 1:21 PM, Peter Kümmel wrote: OK, maybe it is simpler to add a the functions to cmNinjaTargetGe

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

2012-07-18 Thread Nicolas Desprès
On Wed, Jul 18, 2012 at 12:10 PM, Peter Kümmel wrote: > On 18.07.2012 11:58, Nicolas Desprès wrote: >> >> On Tue, Jul 17, 2012 at 11:39 PM, Bill Hoffman >> wrote: >>> >>> On 7/17/2012 1:43 PM, Peter Kümmel wrote: On 17.07.2012 19:32, Bill Hoffman wrote: > > > On 7/17/201

[cmake-developers] [CMake 0013419]: Path mangled when searchign for lib64 directories

2012-07-18 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13419 == Reported By:Andy Piper Assigned To: =

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

2012-07-18 Thread Bill Hoffman
On 7/16/2012 8:07 PM, Richard Wackerbarth wrote: With Ninja I have to look what happens. something goes still wrong. I have a ctest script that pulls and builds ninja before building CMake. You can see it here: http://open.cdash.org/viewNotes.php?buildid=2448273 -Bill -- Powered by www.

Re: [cmake-developers] cmake 2.8.9 rc2 - OS X Lion

2012-07-18 Thread Nicholas Yue
On 17/07/12 11:59 PM, David Cole wrote: On Tue, Jul 17, 2012 at 9:12 AM, Brad King wrote: On 07/16/2012 07:10 PM, Nicholas Yue wrote: Hi, I came across this error while bootstrapping a build on OS X Lion. Has anyone else seen this ? /usr/include/c++/4.2.1/cstdarg:60: error: ‘::va_list’ has n

Re: [cmake-developers] cmake 2.8.9 rc2 - OS X Lion

2012-07-18 Thread David Cole
How did you get the 2.8.9 sources? Please use the file "cmake-2.8.9-rc2.tar.gz" (or "cmake-2.8.9-rc2.zip" on Windows) -- the "-src.tar.bz2" file is only meant for cygwin. -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [cmake-developers] cmake 2.8.9 rc2 - OS X Lion

2012-07-18 Thread David Cole
I just kicked off a bootstrap build of CMake on our dashboard machine kamino and it bootstrapped, built and tested fine. (based on the "cmake-2.8.9-rc2.tar.gz") That machine is our closest match to yours, with OS X 10.7.3 and Xcode 4.3 and the command line tools installed. Is there anything else

Re: [cmake-developers] cmake 2.8.9 rc2 - OS X Lion

2012-07-18 Thread Nicholas Yue
On 19/07/12 8:29 AM, David Cole wrote: I just kicked off a bootstrap build of CMake on our dashboard machine kamino and it bootstrapped, built and tested fine. (based on the "cmake-2.8.9-rc2.tar.gz") That machine is our closest match to yours, with OS X 10.7.3 and Xcode 4.3 and the command line

Re: [cmake-developers] Why not disable the Unix Makefiles generator for Darwin?

2012-07-18 Thread Claus Klein
I am happy to see it works now and Ninja is eanabled and Mac Thanks to all Claus CMakeLists.txt Revision: 52160bf68f2d3b948efda5a7a64642e7e0969d9e by Peter Kümmel Ninja: enable ninja on Mac so all Mac CDash-builds are tested, cleanup later On 14.07.2012, at 19:40, Nicol