[cmake-developers] Ninja help

2012-02-15 Thread Bill Hoffman
Where at are the versions of Ninja that I need to use with CMake for: Windows: Mac: Linux: I have seen several git branches mentioned in emails, and it is not clear to me where to get the right Ninja for CMake on all platforms. To setup nightly testing, is there a master git branch that we

Re: [cmake-developers] Ninja help

2012-02-15 Thread Bill Hoffman
On 2/15/2012 11:20 AM, Nicolas Desprès wrote: For compiling and testing you can find all the information in the HACKING file. Well, this is ugly: --HACKING Windows development on Windows: - install mingw, msys, and python - in the mingw shell, put Python in your path, and: python

Re: [cmake-developers] Ninja help

2012-02-15 Thread Nicolas Desprès
2012/2/15 Bill Hoffman bill.hoff...@kitware.com On 2/15/2012 11:20 AM, Nicolas Desprès wrote: For compiling and testing you can find all the information in the HACKING file. Well, this is ugly: --HACKING Windows development on Windows: - install mingw, msys, and python -

Re: [cmake-developers] Ninja help

2012-02-15 Thread Nicolas Desprès
2012/2/15 Richard Wackerbarth rich...@nfsnet.org Regretfully, testing the Ninja Generator for the nightly CMake dashboard is not as simple as would be desired. First, you have to bootstrap using a recent version of CMake (I am using my default Unix Makefile build for the nightly dashboard)

Re: [cmake-developers] Ninja help

2012-02-15 Thread Nicolas Desprès
On Wed, Feb 15, 2012 at 7:12 PM, Bill Hoffman bill.hoff...@kitware.comwrote: On 2/15/2012 1:01 PM, David Cole wrote: But this is true with every CMake generator *except* for the Unix Makefiles generator. And you don't have to build it twice. On most of our other dashboards, we simply use

Re: [cmake-developers] Ninja help

2012-02-15 Thread Bill Hoffman
On 2/15/2012 1:01 PM, David Cole wrote: But this is true with every CMake generator *except* for the Unix Makefiles generator. And you don't have to build it twice. On most of our other dashboards, we simply use an installation of a recent stable release as the CMake/ctest that drives the

Re: [cmake-developers] Ninja help

2012-02-15 Thread Peter Kümmel
On 15.02.2012 18:17, Bill Hoffman wrote: On 2/15/2012 11:20 AM, Nicolas Desprès wrote: For compiling and testing you can find all the information in the HACKING file. Well, this is ugly: --HACKING Windows development on Windows: - install mingw, msys, and python - in the mingw

Re: [cmake-developers] Ninja help

2012-02-15 Thread Peter Kümmel
Hi Bill, here is up-to-date cmake file: https://github.com/syntheticpp/dartruntime/tree/cmake Sorry, CP error, I mean: https://github.com/syntheticpp/ninja/tree/cmake It works on Win, Linux, Mac and ll gtest based unit test passes. The cmake file is in misc/. I also asked for