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 bill.hoff...@kitware.com 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 Hoffmanbill.hoff...@kitware.com 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

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 Hoffmanbill.hoff...@kitware.com 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

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 syntheti...@gmx.net wrote: On 18.07.2012 11:58, Nicolas Desprès wrote: On Tue, Jul 17, 2012 at 11:39 PM, Bill Hoffmanbill.hoff...@kitware.com wrote: On 7/17/2012 1:43 PM, Peter Kümmel wrote: On 17.07.2012 19:32, Bill Hoffman wrote: On

[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

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 brad.k...@kitware.com 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:

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] 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,

[CMake] How to get the list of available test with ctest?

2012-07-18 Thread Nicolas Desprès
Hello, I'm looking for a way to list all available tests with ctest, but cannot find any. Basically a --list option for ctest, or something like that. I need it because I would like to compare the list of available tests for make and for ninja. Thanks in advance, -- Nicolas Desprès -- Powered

Re: [CMake] How to get the list of available test with ctest?

2012-07-18 Thread David Cole
ctest -N On Wed, Jul 18, 2012 at 6:16 AM, Nicolas Desprès nicolas.desp...@gmail.com wrote: Hello, I'm looking for a way to list all available tests with ctest, but cannot find any. Basically a --list option for ctest, or something like that. I need it because I would like to compare the list

Re: [CMake] How to get the list of available test with ctest?

2012-07-18 Thread Nicolas Desprès
Thanks. On Wed, Jul 18, 2012 at 1:12 PM, David Cole david.c...@kitware.com wrote: ctest -N On Wed, Jul 18, 2012 at 6:16 AM, Nicolas Desprès nicolas.desp...@gmail.com wrote: Hello, I'm looking for a way to list all available tests with ctest, but cannot find any. Basically a --list option

[CMake] Easier way to override variables

2012-07-18 Thread Romain LEGUAY
Hello everyone, I don't find in any example to override a variable. I proceed this way: unset(MY_VAR CACHE) set(MY_VAR MY_NEW_VALUE) I have many variables so I would like to have just one line to change just the value of the variable (not its documentation) in one line like this:

Re: [CMake] Easier way to override variables

2012-07-18 Thread Yngve Inntjore Levinsen
Hi Romain, Have a look at the help for the function set: $ cmake --help-command set If I understand the documentation, this should be what you are looking for: set(MY_VAR NEW_VALUE FORCE) Cheers, Yngve On Wednesday 18. July 2012 15.49.31, Romain LEGUAY wrote: Hello everyone, I don't find

Re: [CMake] [Resolved] Easier way to override variables

2012-07-18 Thread Romain LEGUAY
Hi! Thank you for your answer! It's worked just fine! Romain Le 18/07/12 17:58, Yngve Inntjore Levinsen a écrit : Hi Romain, Have a look at the help for the function set: $ cmake --help-command set If I understand the documentation, this should be what you are looking for: set(MY_VAR

Re: [CMake] Link errors on Wiki/CMake

2012-07-18 Thread David Doria
On Tue, Jul 17, 2012 at 9:34 AM, Micha Renner micha.ren...@t-online.dewrote: The following links of www.cmake.org/Wiki/CMake generate 404 Errors How CMake simplifies the build process by Bruno Abinader Part 1 - Basic build system :

Re: [CMake] Link errors on Wiki/CMake

2012-07-18 Thread Bill Hoffman
On 7/18/2012 12:53 PM, David Doria wrote: On Tue, Jul 17, 2012 at 9:34 AM, Micha Renner micha.ren...@t-online.de mailto:micha.ren...@t-online.de wrote: I an confirm all but the last - the PDF (http://www.cmake.org/Wiki/images/0/0a/CTest_Running_Modes.pdf) seems to work for me. If no one

[CMake] CMake 2.8.9 is coming soon

2012-07-18 Thread David Cole
Hi all, We plan to build and upload the CMake 2.8.9 release in the very near future (release candidate 2 is out right now), and have scheduled a short webinar about the features in the new release for next Wednesday, July 25, 2012 at 10:15 am Eastern time. Register for it here if you're

[CMake] Cross-compiling - Avoiding libraries

2012-07-18 Thread Svenskmand
Hello :) I am one of the developers of OpenDungeons a FOSS RTS game inspired by Dungeon Keeper. I am trying to cross-compile our game on Ubuntu 12.04 for Windows (XP, Vista and 7), but I have run into some trouble. I following these guides: http://www.cmake.org/Wiki/CMake_Cross_Compiling

Re: [CMake] Link errors on Wiki/CMake

2012-07-18 Thread Mateusz Loskot
On 17 July 2012 14:34, Micha Renner micha.ren...@t-online.de wrote: The following links of www.cmake.org/Wiki/CMake generate 404 Errors [...] BTW, I try to maintain a short list of CMake tutorials here: http://stackoverflow.com/a/2194183/151641 I have to admit, it's a floating matter. Best

[CMake] How to get started with the CMake Ninja backend on Linux and Windows?

2012-07-18 Thread Alan W. Irwin
There has been a lot of traffic here concerning the CMake Ninja backend for more than a year with some claims that that combination is now working pretty well on all platforms. Therefore, my curiosity has been aroused even though I am fairly satisfied with the CMake Make backend. So I would

[Cmake-commits] CMake branch, next, updated. v2.8.8-3517-g83459d6

2012-07-18 Thread Peter Kuemmel
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 83459d6569d903c4c8fc84ebcd6584d4c5ac7a2c (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-3519-g994670c

2012-07-18 Thread Peter Kuemmel
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 994670c6e879033e1c615a3991fd4e6b33c07489 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-3525-g2f4b451

2012-07-18 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 2f4b45131b37ee07989b1969699ea450a9ddc575 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-3527-gbcecdab

2012-07-18 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via bcecdab2d74f8f64598ee43b609a25490b68d8bd (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.8-3529-g6a7d666

2012-07-18 Thread Peter Kuemmel
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 6a7d666b26e0d71bd0a357f503a9b5bcfc80a907 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.8-518-gb320008

2012-07-18 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 64b7ab7..481b405 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ SET(CMake_VERSION_MAJOR 2) SET(CMake_VERSION_MINOR 8) SET(CMake_VERSION_PATCH 8) -SET(CMake_VERSION_TWEAK 20120718

[Cmake-commits] CMake branch, next, updated. v2.8.8-3531-g65a15f6

2012-07-18 Thread Peter Kuemmel
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 65a15f64903df0b29173f6ce0865fad4ded9755f (commit) via