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

2013-02-22 Thread Stephen Kelly
comicfans44 wrote: 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. Hi there, Thanks for the report. Please try with the master

Re: [cmake-developers] commit 0e2ed9b09 cause LLVM config step slow

2013-02-22 Thread Stephen Kelly
comicfans44 wrote: Hello everyone, I use cmake(git master) to build llvm source . and found this commit hopes this can help improving CMake Thanks for the report. In particular, the commit a1c4905f723f9d99bd481580f9fe24fdaf81b174 'Use the link information as a source of compile

Re: [cmake-developers] GeneratorExpression test and MSYS

2013-02-22 Thread Stephen Kelly
Brad King wrote: On 02/21/2013 12:34 PM, Stephen Kelly wrote: I'll change the test as described. Now that the interface-property-external-read topic is clean please rewrite/cleanup the topic history. I just cleaned up the try_compile-targets topic history but the other one is not as

[cmake-developers] Generator Expression self-references now allowed?

2013-02-22 Thread Brad King
Steve, Can you explain the need for 953def1e17f3bbba0aa42037ae15ced011d8fd2a: Fix DAG checker finding cycling dependencies. Before this patch, the following is reported falsely as a self-reference: target_link_libraries(empty2 LINK_PUBLIC empty3) target_link_libraries(empty3

Re: [cmake-developers] Generator Expression self-references now allowed?

2013-02-22 Thread Stephen Kelly
Brad King wrote: Can't you instead simply have the usage requirements skip appending a target's own requirements to itself? That way the resulting generator expression would still not have a self reference. Yes, but I only realized that after replying to the rest of the mail :). As it has

Re: [cmake-developers] Generator Expression self-references now allowed?

2013-02-22 Thread Brad King
On 02/22/2013 11:32 AM, Stephen Kelly wrote: Brad King wrote: Can't you instead simply have the usage requirements skip appending a target's own requirements to itself? That way the resulting generator expression would still not have a self reference. Yes, but I only realized that after

[cmake-developers] [CMake 0013945]: unhelpful error (and build failure) when project name has space in it

2013-02-22 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13945 == Reported By:Lee McCuller Assigned To:

Re: [cmake-developers] commit ec85306 cause CMake generat stepsegmentfault

2013-02-22 Thread comicfans
for the last try (git master in Friday morning), there is no such problem(only llvm config slow down). when digging that, I checkout old git version and found this one. so this problem may be resolved in following commit. sorry for this misleading report. comicfans,comicfan...@gmail.com

Re: [cmake-developers] Ninja + Windows CE

2013-02-22 Thread Peter Kümmel
On 17.02.2013 08:36, Patrick Gansterer wrote: Hi, Am 09.02.2013 um 10:39 schrieb Peter Kümmel: On 30.01.2013 15:17, Brad King wrote: On 01/26/2013 12:33 PM, Patrick Gansterer wrote: to compile WindowsCE C++ project with Ninja I need the attached patch applied. One problem with this patch

Re: [CMake] Problem in configuring VTK with Visual Studio 2010, Windows 7 64bit.

2013-02-22 Thread amit suveer
Hello Bill and John, I am able to configure and generate VTK on Windows 7 x64. I was not running CMake as administrator, thus it was showing those errors. Thanks for your support. On Fri, Feb 22, 2013 at 10:30 AM, Amit Suveer amitsuv...@gmail.com wrote: Hello Bill, I am attaching all the

Re: [CMake] CMAKE_SYSTEM_PROCESSOR says x86 on Win64 - Patch

2013-02-22 Thread Martin Koller
On Thursday 21 February 2013 20:46:14 Koller, Martin wrote: Hi all, I found an old cmake bug entry (see below) for the problem I have: I downloaded and installed the 32bit cmake exe on a 64bit windows and wanted to build our project as 64bit executable. However in our cmake files (which

Re: [CMake] CMAKE_SYSTEM_PROCESSOR says x86 on Win64 - Patch

2013-02-22 Thread Martin Koller
On Friday 22 February 2013 12:23:23 Koller, Martin wrote: I propose the attached patch for CMakeDetermineSystem.cmake Can someone add this to the mentioned mantis bug entry or shall I create a new one ? Revised patch which ignores the case of amd64 so that AMD64 works as well -- Best

Re: [CMake] CMake'ified Boost

2013-02-22 Thread Jean-Christophe Fillion-Robin
Thanks for the pointer. I am curious to set what will be the outcome. I will try to contact them to see why the github repo is down: http://github.com/boost-lib On Thu, Feb 21, 2013 at 1:42 PM, Bill Hoffman bill.hoff...@kitware.comwrote: On 2/21/2013 12:59 PM, Jean-Christophe Fillion-Robin

[CMake] Toolchain file: Texas Instrument C6000 Code Generation Tools

2013-02-22 Thread Laszlo Papp
Hi, I am now trying to put a toolchain file together for the aforementioned embedded environment on my Windows 7 workstation. You can see the file contents I have, and the errors I get below. When I just use the compiler against the one liner main.c, it works off hand. I also tried to force the

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2270-g0256c0a

2013-02-22 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 0256c0ae92e71295dedb0317a320e79d0a33a601 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2275-g7acb879

2013-02-22 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 7acb879850326a245aba03b63dd5849b3cd8ef6a (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2277-g6098881

2013-02-22 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 6098881a8721df0a29dbafbc4ca9c55ccc692979 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2281-g815d8a9

2013-02-22 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 815d8a91290f8c7d4b886312cc73ef43478528e5 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2283-g69e7768

2013-02-22 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 69e77686669ac1b5b8bfe1cf57f7e3f3b988a63c (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2286-gf54c1c3

2013-02-22 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via f54c1c3510c2a3dfb472f3312de62e989ca6d83d (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2290-g62c21a5

2013-02-22 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 62c21a505a46c2380bad1a75b0cd660e5bf5b096 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2292-gf189046

2013-02-22 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via f189046f9d5e74c74c6ee4ee995ef2d9e1742e4e (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2294-g0e8a6cf

2013-02-22 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 0e8a6cfc16d07bf3cffb9840d05d0a4d7a82e55a (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2300-g0e40f07

2013-02-22 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 0e40f0768ba409bd68b689038c3084e5c91c22d3 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2303-g634feee

2013-02-22 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 634feee1453189f58ffeb26352ae2fb75b4101df (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2305-g76669b0

2013-02-22 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 76669b0cc1b136abea07751203b0b5573ae45165 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-745-g976cdf5

2013-02-22 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index cb5046c..b013b2c 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 10) -set(CMake_VERSION_TWEAK 20130222