[cmake-developers] [CMake 0013973]: patch for fix FindThreads on haiku

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

[cmake-developers] Preparing for 2.8.11-rc1

2013-03-04 Thread Brad King
Stephen, We originally wanted to start the 2.8.11 release candidate series at the end of January. We've delayed it while your usage requirements feature has cooked. Even last week you were polishing up a few subtle corrections, so it was worth the wait. Normally we try to avoid delaying a new

Re: [cmake-developers] Preparing for 2.8.11-rc1

2013-03-04 Thread Stephen Kelly
On 03/04/2013 02:58 PM, Brad King wrote: Stephen, We originally wanted to start the 2.8.11 release candidate series at the end of January. We've delayed it while your usage requirements feature has cooked. Even last week you were polishing up a few subtle corrections, so it was worth the

Re: [cmake-developers] Preparing for 2.8.11-rc1

2013-03-04 Thread Brad King
On 03/04/2013 11:15 AM, Stephen Kelly wrote: I have not tried again to implement a proof of concept of the list handling after the discussion about it last week. This week I don't think I can commit to it either, but I'm not overly concerned about it after the discussion we had. That

Re: [cmake-developers] Preparing for 2.8.11-rc1

2013-03-04 Thread Alexander Neundorf
On Monday 04 March 2013, Stephen Kelly wrote: On 03/04/2013 02:58 PM, Brad King wrote: Stephen, We originally wanted to start the 2.8.11 release candidate series at the end of January. We've delayed it while your usage requirements feature has cooked. Even last week you were

[CMake] Error compiling VTK example

2013-03-04 Thread a.c.sant
Hi, I'm trying to compile a simple VTK example from their web (ProjectPointPlane) with MingW. I downloaded the example and the CMakeLists.txt file. When running CMake-gui, I can generate the Makefile without any errors. However, when I run mingw32-make.exe from the terminal, I got several errors.

Re: [CMake] How Do I Make A Static Library from FORTRAN and CPP sources?

2013-03-04 Thread Petr Kmoch
Hi Peter. How is it not working? Also, I believe you shouldn't call enable_language() before calling project(). And since you apparently need Fortran unconditionally, you might simply start your CMakeList like this: cmake_minimum_required(VERSION 2.8) project(MYFORTRANLIB C CXX Fortran) # ...

[CMake] When will 2.8.11 be released?

2013-03-04 Thread hce
Hi, When will CMake 2.8.11 be released (Scheduled For Release 2013-01-30)? The following bug Target Version is 2.8.11, is it still correct? http://public.kitware.com/Bug/view.php?id=12997 Thank you. Kind regards. Jupiter -- View this message in context:

[CMake] ExternalProject_Add and globbing

2013-03-04 Thread Luc J. Bourhis
Hi, ExternalProject_Add is a fantastic tool but I have got one issue with it. Let's say I do the following (tested on Linux) The install step fails as if the shell did not see the glob. The exact error reads Thanks for any help - -- Luc J. Bourhis -- View this message in context:

Re: [CMake] ExternalProject_Add and globbing

2013-03-04 Thread Petr Kmoch
Hi Luc, would it help of you changed the command to run 'sh' and have it execute 'cp lib/*.so /usr/local/lib'? Just a wild idea. Petr On Mon, Mar 4, 2013 at 12:50 PM, Luc J. Bourhis luc_j_bour...@mac.com wrote: Hi, ExternalProject_Add is a fantastic tool but I have got one issue with it.

Re: [CMake] Can we control component package name in 2.8.8?

2013-03-04 Thread Eric Noulard
2013/3/3 hce jupiter@gmail.com: Hi Eric, That is not a good format of rpm package name. Can we take control the component package name in 2.8.8? Not yet see: http://public.kitware.com/Bug/view.php?id=12997 Won't probably be in 2.8.9 either. I know it will be useful for many of us, I

Re: [CMake] ExternalProject_Add and globbing

2013-03-04 Thread Luc J. Bourhis
Petr Kmoch wrote would it help of you changed the command to run 'sh' and have it execute 'cp lib/*.so /usr/local/lib'? Just a wild idea. A /good/ idea! Thanks. To be complete, for future readers, my actual command is actually like where DESTINATION_LIB is assigned a value with set(...). Then

Re: [CMake] Error compiling VTK example

2013-03-04 Thread David Doria
On Mon, Mar 4, 2013 at 4:48 AM, a.c.sant acsant...@gmail.com wrote: Hi, I'm trying to compile a simple VTK example from their web (ProjectPointPlane) with MingW. I downloaded the example and the CMakeLists.txt file. When running CMake-gui, I can generate the Makefile without any errors.

[CMake] How to add a third party boost, xerces, cppunit library

2013-03-04 Thread Shubham Trivedi
Hi all, I am building a project I would like to add 3 libraries from a different directory to the cmake. Here is the heirarchy: CMake directory: /trunk/src/hcp/CMakelists.txt Boost : /trunk/vendor/boost/libboost_wserialization.a Xerces : /trunk/vendor/xerces/linux/lib/libxerces-c.a Cppunit :

Re: [CMake] Error compiling VTK example

2013-03-04 Thread a.c.sant
Strange, from the Nabble group page I can see the output. Anyway, I posted the question here because of this error: It seemed to me something related to CMake. I will post the question in the VTK mailing list too, as you suggested. Thanks! David Doria-2-3 wrote On Mon, Mar 4, 2013 at 4:48

[CMake] Cmake, Ctest, git pipeline

2013-03-04 Thread Casey Basichis
Hi, I am just getting started with Cmake, Ctest etc. I've been reading a ton of tutorials. I don't have any experience in setting up a dev pipeline. My platform is iOS, practically all the code is C++. I'd like to set up my system to * Do nightly builds and unit tests and valgrind * Check out

[CMake] How does cmake find its compiler?

2013-03-04 Thread Daniel Russel
I'm not very clear on how cmake chooses which compiler it uses by default. Specifically, we have a system where a there is an old version of gcc installed in the system and then a newer version installed elsewhere, but in the PATH (so running g++ or gcc finds the new version). However, cmake

[CMake] HTTP Content-Length missing

2013-03-04 Thread Martin Baute
, waiting 5 seconds... ... Error when uploading file: /home/solar/project/Testing/20130304-1755/Build.xml Error message was: The requested URL returned error: 403 Problems when submitting via HTTP Errors while running CTest make[3]: *** [CMakeFiles/Experimental] Error 64 make[2

Re: [CMake] Visual Studio and Pure C application

2013-03-04 Thread Totte Karlsson
On 2/27/2013 12:50 AM, Rolf Eike Beer wrote: project(simple C) Eike That worked perfect! Thanks, Totte -- 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 CMake FAQ at:

Re: [CMake] When will 2.8.11 be released?

2013-03-04 Thread Robert Maynard
Hi, We are currently stabilizing CMake and planning on releasing the first release candidate of 2.8.11 'soon' On Mon, Mar 4, 2013 at 5:50 AM, hce jupiter@gmail.com wrote: Hi, When will CMake 2.8.11 be released (Scheduled For Release 2013-01-30)? The following bug Target Version is

[CMake] CPack isn't working - getting Internal CMake error

2013-03-04 Thread sandrews
Hi CMake experts, I'm trying to create a package with CPack and it's not working, so I'm hoping that someone can help me. I have a reasonably lengthy CMakeLists.txt file, all of which works well. My software finds libraries, makes, installs, etc. At the end, I tacked on the line:

Re: [CMake] How does cmake find its compiler?

2013-03-04 Thread Alexander Neundorf
On Monday 04 March 2013, Daniel Russel wrote: I'm not very clear on how cmake chooses which compiler it uses by default. Specifically, we have a system where a there is an old version of gcc installed in the system and then a newer version installed elsewhere, but in the PATH (so running g++

[CMake] RE: CPack isn't working - getting Internal CMake error

2013-03-04 Thread David Cole
Sounds like a permissions problem. Did you previously run “sudo make install” in the same build tree? (And now you’re trying “make package” without the sudo...?) Or something like that? From: sandrews Sent: ‎March‎ ‎4‎, ‎2013 ‎2‎:‎11‎ ‎PM To: cmake@cmake.org Subject: [CMake] CPack isn't

Re: [CMake] HTTP Content-Length missing

2013-03-04 Thread Jean-Christophe Fillion-Robin
... ... Error when uploading file: /home/solar/project/Testing/** 20130304-1755/Build.xml Error message was: The requested URL returned error: 403 Problems when submitting via HTTP Errors while running CTest make[3]: *** [CMakeFiles/Experimental] Error 64 make[2]: *** [CMakeFiles/Experimental.dir

Re: [CMake] CPack isn't working - getting Internal CMake error

2013-03-04 Thread Steve Andrews
That's it. Making a package works now. I thought it was something trivial, but I didn't know what. Thank you very much! -Steve On Mon, Mar 4, 2013 at 2:06 PM, David Cole dlrd...@aol.com wrote: Sounds like a permissions problem. Did you previously run “sudo make install” in the same build

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2371-gfb71268

2013-03-04 Thread James Bigler
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 fb71268dbd0e98d7c5d29d7500930e6245352c6d (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2373-ga413ccc

2013-03-04 Thread James Bigler
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 a413ccc433fddff0c1ca0fa6d9cab7f46a3ab55c (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-794-g07ee97c

2013-03-04 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, master has been updated via 07ee97cace8c1de04d18a0e671fd4f37514f52be (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-796-gf954bb3

2013-03-04 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, master has been updated via f954bb3d993e03116528ec3ace62719a8000e9d7 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-798-gcaf3f07

2013-03-04 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, master has been updated via caf3f07b834e466e34e7f5e0669208ce8e6e5151 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-800-g8106570

2013-03-04 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, master has been updated via 8106570606e79c8800eab048e7fcccba2c4ebee9 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-802-g91d8683

2013-03-04 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, master has been updated via 91d86838a93cde26b4eca23faee50c6ffc1a202d (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-804-ge6b4641

2013-03-04 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, master has been updated via e6b4641bfa55aff2d65bbe0c90432b17ce3ddea5 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2382-gf6ec7d1

2013-03-04 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 f6ec7d138b748dc82de52ed1ecee9f77ebf43732 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2386-g8965cf7

2013-03-04 Thread James Bigler
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 8965cf74cd40213721aa797f704ea6872ef15958 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.10.2-810-g4871960

2013-03-04 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 33dd6a2..34c0bc3 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 20130304