[cmake-developers] [CMake 0013939]: NSIS installer doesn't honor standard user permission

2013-02-21 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13939 == Reported By:Urs Fleisch Assigned To:

Re: [cmake-developers] Summer of code and Pascal

2013-02-21 Thread Vittorio Giovara
So how do you think we could move on from this? Should we start wording an idea proposal? Should there be news posting on each website advertising this collaboration? Vittorio On Mon, Feb 11, 2013 at 4:03 PM, Bill Hoffman bill.hoff...@kitware.comwrote: On 2/8/2013 8:55 PM, Vittorio Giovara

[cmake-developers] GeneratorExpression test and MSYS

2013-02-21 Thread Stephen Kelly
Hi, These failures have been occuring since I merged a recent branch extending the test: http://open.cdash.org/testDetails.php?test=178135681build=2821141 http://open.cdash.org/testDetails.php?test=178132011build=282 It seems that in cmTargetIncludeDirectories, either

[cmake-developers] How to handle RelWithDebInfo and MinSizeRel when not built?

2013-02-21 Thread Stephen Kelly
Hi there, I'm still trying to figure out the appropriate fix for https://bugreports.qt-project.org/browse/QTBUG-29186 In a previous thread, it was reported that something similar was done with Qt 4, but it's not clear to me how - FindQt4 and related files don't seem to do it.

[cmake-developers] [CMake 0013940]: Package multiple configurations

2013-02-21 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13940 == Reported By:Daniel Pfeifer Assigned To:

Re: [cmake-developers] How to handle RelWithDebInfo and MinSizeRel when not built?

2013-02-21 Thread Brad King
On 02/21/2013 06:42 AM, Stephen Kelly wrote: I'm still trying to figure out the appropriate fix for https://bugreports.qt-project.org/browse/QTBUG-29186 In a previous thread, it was reported that something similar was done with Qt 4, but it's not clear to me how - FindQt4 and related

Re: [cmake-developers] GeneratorExpression test and MSYS

2013-02-21 Thread Brad King
On 02/21/2013 04:16 AM, Stephen Kelly wrote: These failures have been occuring since I merged a recent branch extending the test: http://open.cdash.org/testDetails.php?test=178135681build=2821141 http://open.cdash.org/testDetails.php?test=178132011build=282 From the test output:

[cmake-developers] Ninja Windows dashboard regression

2013-02-21 Thread Brad King
On 02/16/2013 10:17 AM, Peter Kuemmel wrote: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=303014279a160ea73777426d63cdf2c7f794018f commit 303014279a160ea73777426d63cdf2c7f794018f Author: Peter Kümmel syntheti...@gmx.net AuthorDate: Sat Feb 16 16:14:23 2013 +0100 Commit: Peter

Re: [cmake-developers] Setting ExactCase_FOUND in FPHSA

2013-02-21 Thread Brad King
On 02/19/2013 02:45 PM, Alexander Neundorf wrote: On Monday 18 February 2013, Brad King wrote: Why not also pass in the name of the _FOUND variable e.g. FPHSA(Foo DEFAULT_MSG FOO_INCLUDE_DIR FOO_LIBRARY FOUND_VAR Foo_FOUND) I agree with this, OTOH the maintainer could now write

Re: [cmake-developers] Ninja Windows dashboard regression

2013-02-21 Thread Brad King
On 02/21/2013 11:24 AM, Peter Kümmel wrote: Otherwise I've no idea what happened, and would assume no Ninja is installed. That dashboard machine does a fresh build of ninja from source. It looks like Ninja stopped building on the same day: http://open.cdash.org/viewNotes.php?buildid=2821702

Re: [cmake-developers] Ninja Windows dashboard regression

2013-02-21 Thread Robert Maynard
Looks like ninja needs to be patched to suppress warning C2220 inside version.cc On Thu, Feb 21, 2013 at 11:43 AM, Brad King brad.k...@kitware.com wrote: On 02/21/2013 11:24 AM, Peter Kümmel wrote: Otherwise I've no idea what happened, and would assume no Ninja is installed. That

Re: [cmake-developers] Setting ExactCase_FOUND in FPHSA

2013-02-21 Thread Alexander Neundorf
On Thursday 21 February 2013, Brad King wrote: On 02/19/2013 02:45 PM, Alexander Neundorf wrote: ... Well, FPHSA could error out if FOUND_VAR does not equal PackageName_FOUND or PACKAGENAME_FOUND, but this would be somewhat strange. IMO that would be better. It's not much different from a

Re: [cmake-developers] Ninja Windows dashboard regression

2013-02-21 Thread Bill Hoffman
On 2/21/2013 11:50 AM, Robert Maynard wrote: Looks like ninja needs to be patched to suppress warning C2220 inside version.cc I will report this back to the ninja list. -- Bill Hoffman Kitware, Inc. 28 Corporate Drive Clifton Park, NY 12065 bill.hoff...@kitware.com http://www.kitware.com 518

Re: [cmake-developers] GeneratorExpression test and MSYS

2013-02-21 Thread Stephen Kelly
Brad King wrote: It is the MSYS shell that transforms /empty5/private to D:/msys/1.0/empty5/private Wow! :) I know 0 about msys. We can work around this by using two paths so that the ; prevents the value from looking like a path. See the patch below. From the bottom hunk

Re: [cmake-developers] How to handle RelWithDebInfo and MinSizeRel when not built?

2013-02-21 Thread Stephen Kelly
Brad King wrote: On 02/21/2013 06:42 AM, Stephen Kelly wrote: I'm still trying to figure out the appropriate fix for https://bugreports.qt-project.org/browse/QTBUG-29186 In a previous thread, it was reported that something similar was done with Qt 4, but it's not clear to me how -

Re: [cmake-developers] Setting ExactCase_FOUND in FPHSA

2013-02-21 Thread Brad King
On 02/21/2013 12:36 PM, Alexander Neundorf wrote: On Thursday 21 February 2013, Brad King wrote: On 02/19/2013 02:45 PM, Alexander Neundorf wrote: ... Well, FPHSA could error out if FOUND_VAR does not equal PackageName_FOUND or PACKAGENAME_FOUND, but this would be somewhat strange. IMO that

[cmake-developers] Creating Windows 7 manifests with mingw builds

2013-02-21 Thread Alexander Neundorf
Hi, I learned that executables for Windows 7 need some manifest embedded, and that this works more or less automatically with CMake and MSVC. I also learned that our (KDE's) Windows team wrote a tool to do the same when using mingw. It is a few kB of STL-only C++ code, and this macro: macro

Re: [cmake-developers] Setting ExactCase_FOUND in FPHSA

2013-02-21 Thread Alexander Neundorf
On Thursday 21 February 2013, Brad King wrote: On 02/21/2013 12:36 PM, Alexander Neundorf wrote: On Thursday 21 February 2013, Brad King wrote: On 02/19/2013 02:45 PM, Alexander Neundorf wrote: ... Well, FPHSA could error out if FOUND_VAR does not equal PackageName_FOUND or

Re: [cmake-developers] Setting ExactCase_FOUND in FPHSA

2013-02-21 Thread Brad King
On 02/21/2013 03:52 PM, Alexander Neundorf wrote: Done, I merged FPHSA_FOUND_VAR_OPTION into next. Great, thanks! -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the

Re: [cmake-developers] Creating Windows 7 manifests with mingw builds

2013-02-21 Thread Brad King
On 02/21/2013 01:07 PM, Alexander Neundorf wrote: I learned that executables for Windows 7 need some manifest embedded, and that this works more or less automatically with CMake and MSVC. I also learned that our (KDE's) Windows team wrote a tool to do the same when using mingw. It is a

Re: [cmake-developers] Creating Windows 7 manifests with mingw builds

2013-02-21 Thread Alexander Neundorf
On Thursday 21 February 2013, Brad King wrote: On 02/21/2013 01:07 PM, Alexander Neundorf wrote: I learned that executables for Windows 7 need some manifest embedded, and that this works more or less automatically with CMake and MSVC. I also learned that our (KDE's) Windows team wrote a

Re: [cmake-developers] Creating Windows 7 manifests with mingw builds

2013-02-21 Thread Bill Hoffman
On 2/21/2013 5:08 PM, Alexander Neundorf wrote: Bill, as the author of the current manifest support for MSVC what do you think? Sounds good to me. Alex, can you please post a link to the KDE implementation in C++? It's currently GPL licensed, if you are interested, I'll ask the authors

[cmake-developers] commit ec85306 cause CMake generat step segmentfault

2013-02-21 Thread comicfans44
Hello everyone , I use CMake to build a qt4 project, I found after this commit ec85306025ae787e08d4ce097fde966f1809c74f Merge topic 'tll-includes-defines' re-run cmake of my project gives segmentfault. console : config step is just all right -- Configuring done segmentfault gdb trace