Re: [cmake-developers] execute_process inconsitancy

2012-09-04 Thread J Decker
On Mon, Sep 3, 2012 at 7:50 PM, David Cole david.c...@kitware.com wrote: That's not a workaround, that's the solution. The quotes don't belong there. I dunno seems to be an application specific failure On Sep 3, 2012, at 10:24 PM, J Decker d3c...@gmail.com wrote: I do have a

Re: [cmake-developers] execute_process inconsitancy

2012-09-04 Thread Brad King
On Tue, Sep 4, 2012 at 2:19 AM, J Decker d3c...@gmail.com wrote: On Mon, Sep 3, 2012 at 7:50 PM, David Cole david.c...@kitware.com wrote: That's not a workaround, that's the solution. The quotes don't belong there. I dunno seems to be an application specific failure Python: c:\set

[cmake-developers] ninja test failing again...

2012-09-04 Thread Bill Hoffman
The BuildDepends test has been failing for some time now: http://open.cdash.org/viewUpdate.php?buildid=2522326 It seems to be from this commit: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4a35bd0e69e5cfaf7ca9604c90b609d1d333bb37 Here is the first failure:

Re: [cmake-developers] Questions on staged topic branches

2012-09-04 Thread Brad King
On 09/04/2012 02:12 PM, Peter Kümmel wrote: The problem is $ENV{DESTDIR}${CMAKE_INSTALL_PREFIX} because $ENV{DESTDIR} is absolute without final / and is relative without initial /. see http://public.kitware.com/Bug/view.php?id=11785 I re-started discussion in the issue tracker entry.

Re: [cmake-developers] Questions on staged topic branches

2012-09-04 Thread David Cole
By the way, James, you may be able to rebase your topic on current 'master' if you think it would make your change better to depend on the recently added compiler id available everywhere for all generators feature: # feature added in this commit:

Re: [cmake-developers] Questions on staged topic branches

2012-09-04 Thread Eric Noulard
2012/9/4 David Cole david.c...@kitware.com: If you are on the To line, please reply to this email, and answer the questions below: Brad and I have questions on these staged topic branches before we consider them for merging to 'master'. ## # Peter Kuemmel and Eric Noulard: #

Re: [cmake-developers] ninja test failing again...

2012-09-04 Thread Brad King
On 09/04/2012 02:16 PM, Peter Kümmel wrote: On 04.09.2012 18:56, Bill Hoffman wrote: The BuildDepends test has been failing for some time now: http://open.cdash.org/viewUpdate.php?buildid=2522326 It seems to be from this commit:

[cmake-developers] [CMake 0013513]: There's no operator in command.com, so commands starting with aren't executed by command.com

2012-09-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13513 == Reported By:Flávio J. Saraiva Assigned To:

Re: [cmake-developers] Proposal: An IRC dev meeting to chat about CMake stuff

2012-09-04 Thread Rolf Eike Beer
David Cole wrote: This is a good idea. How many people would join in if we had a CMake meeting in #cmake IRC? Is there any conclusion on this now? Eike -- signature.asc Description: This is a digitally signed message part. -- Powered by www.kitware.com Visit other Kitware open-source

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

2012-09-04 Thread Patrick Gansterer
On Mon, 03 Sep 2012 11:02:22 -0400, Brad King wrote: On 09/03/2012 10:52 AM, Patrick Gansterer wrote: I saw that Brad merged one of my changes. Are there any other changes the WinCE stuff depends on to get merged? Please rebase the remainder of the topic on upstream master, at least as

Re: [cmake-developers] Proposal: An IRC dev meeting to chat about CMake stuff

2012-09-04 Thread David Cole
On Tue, Sep 4, 2012 at 4:08 PM, Rolf Eike Beer e...@sf-mail.de wrote: David Cole wrote: This is a good idea. How many people would join in if we had a CMake meeting in #cmake IRC? Is there any conclusion on this now? Let's make one: I will send out a Calendar appointment for Mondays

Re: [cmake-developers] Proposal: An IRC dev meeting to chat about CMake stuff

2012-09-04 Thread David Cole
On Tue, Sep 4, 2012 at 4:20 PM, David Cole david.c...@kitware.com wrote: On Tue, Sep 4, 2012 at 4:08 PM, Rolf Eike Beer e...@sf-mail.de wrote: David Cole wrote: This is a good idea. How many people would join in if we had a CMake meeting in #cmake IRC? Is there any conclusion on this

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

2012-09-04 Thread Brad King
On 09/04/2012 04:18 PM, Patrick Gansterer wrote: I rebased the code and pushed it as ce to https://gitorious.org/~paroga/cmake/parogas-cmake (git://gitorious.org/~paroga/cmake/parogas-cmake.git) Thanks! I'm looking at the first commit that adds the WindowsCE platform files. These lines look

Re: [cmake-developers] ninja test failing again...

2012-09-04 Thread Peter Kümmel
On 04.09.2012 21:56, Brad King wrote: On 09/04/2012 02:16 PM, Peter Kümmel wrote: On 04.09.2012 18:56, Bill Hoffman wrote: The BuildDepends test has been failing for some time now: http://open.cdash.org/viewUpdate.php?buildid=2522326 It seems to be from this commit: