Re: [cmake-developers] Welcome to June, time for the next release candidate

2012-06-06 Thread Alexander Neundorf
On Monday, June 04, 2012 11:58:19 PM Stephen Kelly wrote: David Cole wrote: We are preparing to build CMake 2.8.9, release candidate one, in the next few days (or possibly as late as next week). Is there any pending/outstanding work that anybody thinks is critical for inclusion in

Re: [cmake-developers] Adding logic to CMake for -fPIE and -fPIC

2012-06-06 Thread Stephen Kelly
Stephen Kelly wrote: Brad King wrote: On 06/05/2012 01:23 PM, Stephen Kelly wrote: Brad King wrote: You can't try_compile inside a platform file. I'm not sure I'm trying to? I thought you meant you would add the try_compile to the platform file to decide whether to report -fPIE.

Re: [cmake-developers] libarchive and SCHILY.fflags

2012-06-06 Thread Brad King
On Tue, Jun 5, 2012 at 5:46 PM, Kornel Benko kor...@lyx.org wrote: Try the patch below when building CMake against Ubuntu's libarchive. This one works. But wait ... checking again without the patch ... ERROR You made it. Thanks for testing:

Re: [cmake-developers] libarchive and SCHILY.fflags

2012-06-06 Thread Kornel Benko
Am Mittwoch, 6. Juni 2012 um 07:38:44, schrieb Brad King brad.k...@kitware.com On Tue, Jun 5, 2012 at 5:46 PM, Kornel Benko kor...@lyx.org wrote: Try the patch below when building CMake against Ubuntu's libarchive. This one works. But wait ... checking again without the patch ... ERROR

Re: [cmake-developers] -GNinja on Windows

2012-06-06 Thread Bill Hoffman
On 6/6/2012 7:14 AM, Peter Kümmel wrote: Here the actual status of the Ninja generator. The generator now uses Ninja's build-in response support. - MSVC10 Dependency checking is still missing as essential feature, but the rest is quite good: The following tests FAILED: 82 - BuildDepends

Re: [cmake-developers] -GNinja on Windows

2012-06-06 Thread Peter Kümmel
On 06.06.2012 16:27, Bill Hoffman wrote: Maybe there is a better solution, which would automatically fix a lot of unit tests. Can you bring that up on the ninja mailing list? I tried it with not using slashes:

Re: [cmake-developers] -GNinja on Windows

2012-06-06 Thread Peter Kümmel
On 06.06.2012 16:27, Bill Hoffman wrote: I will change the dashboard to use ninja master. Right now it is still using your branch on git and is failing a bunch of tests. Now cmake prepends cmd.exe /c and the branched ninja also, so we have cmd.exe /c cmd.exe /c cd which makes no sense.

Re: [cmake-developers] Adding logic to CMake for -fPIE and -fPIC

2012-06-06 Thread Brad King
On Wed, Jun 6, 2012 at 3:48 AM, Stephen Kelly steve...@gmail.com wrote: This seems to have caused todays failures: http://open.cdash.org/buildSummary.php?buildid=2337242 * Does the test pass if you replace  if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 3.4) with  if(NOT

[cmake-developers] [CMake 0013274]: test_INT_C.c and test_INT_CXX.cxx fail to compile due to broken PRIxNN macros

2012-06-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13274 == Reported By:Daniel R. Gomez Assigned To:

Re: [cmake-developers] -GNinja on Windows

2012-06-06 Thread Claus Klein
Hi Peter, Today I have tried to work with ninja on MSYS. I have a view questions: 1. Is cmake build on MSYS or build on windows when you test with it the ninja generator? I tried the windows version, but it fails, 2. MSYS has a bash sh program, why is cmd /c used at a unix

Re: [cmake-developers] -GNinja on Windows

2012-06-06 Thread Peter Kümmel
On 06.06.2012 20:21, Claus Klein wrote: Hi Peter, Today I have tried to work with ninja on MSYS. I have a view questions: 1. Is cmake build on MSYS or build on windows when you test with it the ninja generator? I tried the windows version, but it fails, Hi Claus, I only build with

Re: [cmake-developers] [CMake] Nina Generator on Windows generates too long link cmd lines

2012-06-06 Thread Brad King
On Tue, Jun 5, 2012 at 6:15 PM, Peter Kümmel syntheti...@gmx.net wrote: The commits are here http://cmake.org/gitweb?p=stage/cmake.git;a=shortlog;h=refs/heads/ninja-rspfile FYI, std::ostringstream is not portable to ancient platforms: http://www.cmake.org/Bug/view.php?id=13272 Please use

Re: [cmake-developers] [CMake] Nina Generator on Windows generates too long link cmd lines

2012-06-06 Thread Peter Kümmel
On 06.06.2012 21:32, Brad King wrote: On Tue, Jun 5, 2012 at 6:15 PM, Peter Kümmelsyntheti...@gmx.net wrote: The commits are here http://cmake.org/gitweb?p=stage/cmake.git;a=shortlog;h=refs/heads/ninja-rspfile FYI, std::ostringstream is not portable to ancient platforms:

Re: [cmake-developers] -GNinja on Windows

2012-06-06 Thread Claus Klein
Yes, without any problem. But it was the MSYS Makefile generator if I remember right. And as I said, cmake generates the dependency file and response files itself while generation I think! The are extra cmake files for that at CMakeFiles tree. (gcc was not used, it seems a regex solution by

[cmake-developers] [CMake 0013275]: Assembly source files are not recognized by Xcode 4.3.2 due to lastKnownFileType

2012-06-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13275 == Reported By:Lasse Öörni Assigned To: