[cmake-developers] [CMake 0012402]: boost components aren't found

2011-08-16 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12402 == Reported By:Galeazzi Assigned To:

Re: [cmake-developers] Automoc in cmake

2011-08-16 Thread Alexander Neundorf
On Tuesday 16 August 2011, Alexander Neundorf wrote: On Tuesday 16 August 2011, Alexander Neundorf wrote: ... There is now a branch AutomocForQt on the cmake stage. Docs and a test are still missing. It has a test now. Docs are still missing. Now it also has docs. I haven't merged it

Re: [cmake-developers] Automoc in cmake

2011-08-16 Thread David Cole
2011/8/16 Alexander Neundorf neund...@kde.org: On Tuesday 16 August 2011, Alexander Neundorf wrote: On Tuesday 16 August 2011, Alexander Neundorf wrote: ... There is now a branch AutomocForQt on the cmake stage. Docs and a test are still missing. It has a test now. Docs are still

Re: [cmake-developers] Automoc in cmake

2011-08-16 Thread Alexander Neundorf
On Tuesday 16 August 2011, David Cole wrote: 2011/8/16 Alexander Neundorf neund...@kde.org: On Tuesday 16 August 2011, Alexander Neundorf wrote: On Tuesday 16 August 2011, Alexander Neundorf wrote: ... There is now a branch AutomocForQt on the cmake stage. Docs and a test

Re: [cmake-developers] Automoc in cmake

2011-08-16 Thread David Cole
On Tue, Aug 16, 2011 at 5:47 PM, Alexander Neundorf neund...@kde.org wrote: On Tuesday 16 August 2011, David Cole wrote: 2011/8/16 Alexander Neundorf neund...@kde.org: On Tuesday 16 August 2011, Alexander Neundorf wrote: On Tuesday 16 August 2011, Alexander Neundorf wrote: ...

Re: [CMake] Nested Project()

2011-08-16 Thread Micha Renner
Am Montag, den 15.08.2011, 22:43 +0200 schrieb klaas.holwerda: Hi, I have several nested directories, and each directory contains a CMakeLists.txt file. And most start with PROJECT( ) Where xxx is some name for what I like to contains some targets. In VC it is possible to create

Re: [CMake] Call for community dashboard submissions

2011-08-16 Thread Rolf Eike Beer
Good morning, CMake-ers... Some gloomy news for some of our platforms (Sun, QNX): [...] - is there anybody else out there that could offer Continuous and Nightly dashboards for the QNX platform? I can't, but getting this is actually not very problematic. QNX offers a developer program that

Re: [CMake] .S files and assembler

2011-08-16 Thread Alexander Neundorf
On Wednesday 10 August 2011, Micha Renner wrote: Hi, in http://www.cmake.org/pipermail/cmake/2009-November/033346.html I found the line: If the file (.S) needs to be preprocessed, set the LANGUAGE source file property to C, this should work in most cases for now. Is this still the way to

Re: [CMake] append command

2011-08-16 Thread Alexander Neundorf
On Monday 15 August 2011, John Drescher wrote: Anybody else has an opinion on this ? My preference is to drop the idea since the set command already allows you to append a string. I meant for set_property(), not for set(). IMO for set_property() it makes sense, since there it replaces not

Re: [CMake] Fwd: [CMake 0012398]: IF infamous variable/string functionality fails to work with macro arguments

2011-08-16 Thread Glenn Coombs
On 15 August 2011 20:23, Albert Meltzer buls...@gmail.com wrote: Maybe the esteemed colleagues would suggest another good and reliable way to handle situations such as this: IF (lang STREQUAL perl) ... ELSEIF(lang STREQUAL python) ... ELSEIF() ... ENDIF () without having to SET(perl

[CMake] CMake Error: Parse error in cache file

2011-08-16 Thread Panu Avakul
Hello, I was trying to build the original carl9170 wireless firmware in ubuntu 11.04. However, it seems like cmake give me this error CMake Error: Parse error in cache file /home/radius0014/carl9170fw/config/CMakeCache.txt. Offending entry: I tried deleting the CMakeCache.txt but that doesn't help

Re: [CMake] CMake Error: Parse error in cache file

2011-08-16 Thread David Cole
These two lines look suspicious: FIND_PACKAGE_MESSAGE_DETAILS_BISON:INTERNAL=[/usr/bin/bison][vbison++ Version 1.21.9-1, adapted from GNU bison by coetm...@icdc.fr Maintained by Magnus Ekdahl mag...@debian.org()] Perhaps there's a \n in there that should not be... Try putting that all on

Re: [CMake] append command

2011-08-16 Thread Glenn Coombs
I was thinking of using the exact same variable names as are currently in use. Currently if I do this: set(CMAKE_C_FLAGS -foo) list(APPEND CMAKE_C_FLAGS -bar) then it will fail as it tries to run the command /usr/bin/gcc -foo;-bar ... but if cmake automatically replaced semicolons with spaces

Re: [CMake] CMake Error: Parse error in cache file

2011-08-16 Thread Panu Avakul
Thank you very much for your reply, I tried to do as you advised. However, it seems like every time I change the CMakeCache.txt and then re run the cmake it overwrite the CMakeCache.txt to have that \n character again. I tried with cmake -C and it still rewrite it. I was wondering if there is a

Re: [CMake] CMake Error: Parse error in cache file

2011-08-16 Thread Panu Avakul
Hello, I was able to get to the make process after having the shell script deleting the CMakeCache.txt every time so that CMake will be force to auto check all these variable again. I am not sure if this is a right work around or not, but it got me little further. Now I'm stuck with another

[Cmake-commits] CMake branch, next, updated. v2.8.5-1566-gabb7bb9

2011-08-16 Thread Alexander Neundorf
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 abb7bb9cbb0b80af8a4b9788c34fb408996b0f64 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-156-g6d5819c

2011-08-16 Thread David Cole
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, master has been updated via 6d5819ca6ced9b8da75950ae98d1f185dd0acbf7 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-158-ga772f21

2011-08-16 Thread David Cole
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, master has been updated via a772f21a7d9bf0985c5b2300c16c040cfd989ec9 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-164-ge9a943b

2011-08-16 Thread David Cole
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, master has been updated via e9a943bab2b31bea1f842f54d4a1e7c4aaa053c5 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-170-gb16de67

2011-08-16 Thread David Cole
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, master has been updated via b16de67e8fb6c72bae9d9513e53c3d185edfeca1 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-172-ge1d4a73

2011-08-16 Thread David Cole
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, master has been updated via e1d4a73be0d43e6752fbe478789dba86f5eff9ba (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-174-g522c263

2011-08-16 Thread David Cole
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, master has been updated via 522c263d9dfafb285395d806cdec67266a84bb75 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-176-gb38bf72

2011-08-16 Thread David Cole
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, master has been updated via b38bf726f457d56c3d33d1d20a251ee48609ac67 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-178-g47a8d4f

2011-08-16 Thread David Cole
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, master has been updated via 47a8d4f22c2be4f1a209b8a5a9bc087670b64a7f (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-186-g674be27

2011-08-16 Thread David Cole
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, master has been updated via 674be27a7f673d6af8de53ceb5d5ea407bd574ad (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-188-gbdedae4

2011-08-16 Thread David Cole
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, master has been updated via bdedae4b957faf713d77f9b439d28e7588f0adb9 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-190-g829ce74

2011-08-16 Thread David Cole
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, master has been updated via 829ce746ca19f8621d866892a2192a5dacfa3a36 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-193-gf0d4658

2011-08-16 Thread David Cole
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, master has been updated via f0d46582c3f3ee94c20d09102bec6628a56223fa (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-195-g7b04410

2011-08-16 Thread David Cole
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, master has been updated via 7b044105ce0c2e8f4f078a74ed02c33a50c52d7c (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1587-g91768b3

2011-08-16 Thread David Cole
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 91768b3ec06e3c1dfb3f220007a0947a09f5c3aa (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1610-ga092e79

2011-08-16 Thread Alexander Neundorf
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 a092e79e0e384ddd604ede828473f7d8d80e7f2d (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1612-ge2ccb23

2011-08-16 Thread Alexander Neundorf
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 e2ccb23717081b6bbda68f71c1348d6573167c55 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1614-gd7a3890

2011-08-16 Thread Alexander Neundorf
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 d7a3890af969b23f58530e326506c008971639d8 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.5-1619-g727138c

2011-08-16 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 727138c87b466cceb8aea016ae9ae81e7621b335 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.5-196-g721133d

2011-08-16 Thread KWSys Robot
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, master has been updated via 721133dc45d9f15153e6df3ba86f9c2353d93913 (commit) from