Re: [cmake-developers] CMake master, Qt dialog and Qt4/5 installed has problems

2013-04-04 Thread Stephen Kelly
Marcus D. Hanwell wrote: Hi, I was updating my machine earlier today, and wanted to build the latest CMake master (00ef90). I am using Arch Linux with Qt 4 and Qt 5 installed. If I compile with qmake-qt4 then I see the following compile failure, [ 88%] Generating qrc_CMakeSetup.cpp

Re: [cmake-developers] CMake master, Qt dialog and Qt4/5 installed has problems

2013-04-04 Thread Stephen Kelly
Stephen Kelly wrote: Marcus D. Hanwell wrote: Hi, I was updating my machine earlier today, and wanted to build the latest CMake master (00ef90). I am using Arch Linux with Qt 4 and Qt 5 installed. If I compile with qmake-qt4 then I see the following compile failure, Please also try

Re: [cmake-developers] ninja enforces explicit dependencies before order-only

2013-04-04 Thread Peter Kümmel
On 02.04.2013 15:19, Brad King wrote: Hi Peter, We've come across a case where the Makefile, VS, and Xcode generators work but Ninja does not:: cmake_minimum_required(VERSION 2.8.10) project(DependSideEffect C) add_library(A a.c) add_custom_command( TARGET A POST_BUILD COMMAND

[cmake-developers] [CMake 0014060]: FindGLUT puts NOTFOUND in GLUT_LIBRARIES

2013-04-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14060 == Reported By:Marcel Loose Assigned To:

Re: [cmake-developers] ninja enforces explicit dependencies before order-only

2013-04-04 Thread Brad King
On 04/04/2013 07:57 AM, Peter Kümmel wrote: On 02.04.2013 15:19, Brad King wrote: build libA.a: C_STATIC_LIBRARY_LINKER CMakeFiles/A.dir/a.c.o POST_BUILD = cd .../build cp .../a.c a.txt In build.ninja is no rule for coping a.c to a.txt at all. Seems support for

Re: [cmake-developers] Documentation 'latest' url

2013-04-04 Thread Michael Wild
On Thu, Apr 4, 2013 at 2:33 PM, Brad King brad.k...@kitware.com wrote: On 04/04/2013 12:12 AM, Michael Wild wrote: On 09/21/2012 04:36 PM, Stephen Kelly wrote: This page has links for various versions of cmake: http://www.cmake.org/cmake/help/documentation.html Would it be possible

Re: [cmake-developers] ninja enforces explicit dependencies before order-only

2013-04-04 Thread Robert Maynard
My current work in progress on this problem can be found at: https://github.com/robertmaynard/CMake/tree/ninja_phony_file_targets On Thu, Apr 4, 2013 at 8:20 AM, Brad King brad.k...@kitware.com wrote: On 04/04/2013 07:57 AM, Peter Kümmel wrote: On 02.04.2013 15:19, Brad King wrote:

[cmake-developers] [CMake 0014061]: COVERAGE_EXTRA_FLAGS not respected when coverage is run from ctest script

2013-04-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14061 == Reported By:Andreas Langs Assigned To:

Re: [cmake-developers] CMake master, Qt dialog and Qt4/5 installed has problems

2013-04-04 Thread Marcus D. Hanwell
On Thu, Apr 4, 2013 at 6:36 AM, Stephen Kelly steve...@gmail.com wrote: Stephen Kelly wrote: Marcus D. Hanwell wrote: Hi, I was updating my machine earlier today, and wanted to build the latest CMake master (00ef90). I am using Arch Linux with Qt 4 and Qt 5 installed. If I compile with

Re: [cmake-developers] CMake master, Qt dialog and Qt4/5 installed has problems

2013-04-04 Thread Stephen Kelly
Marcus D. Hanwell wrote: My other question is - are we forcing Qt 5 when available over Qt 4 for the CMake Qt dialog? If Qt 5 is available then it is preferred, yes. Until recently, that was the only way possible. Thanks, Steve. -- Powered by www.kitware.com Visit other Kitware

[cmake-developers] [CMake 0014062]: Setting Compiler and Linker PDB to the same path in Visual Studio is unsupported.

2013-04-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=14062 == Reported By:Robert McMillan Assigned To: