Re: [cmake-developers] Bug fix requests for the *next* release of CMake...

2010-11-04 Thread Alexander Neundorf
On Thursday 04 November 2010, David Cole wrote: Hi all, Now that we have released CMake 2.8.3, *now* would be a great time to prioritize bug fixes for the next release of CMake. Replies requested. Read on. *Just a short reply with bug numbers* or links to the bugs is all we need here.

[cmake-developers] [CMake 0011404]: VS2010 generator broken by: set_source_files_properties(file.h PROPERTIES LANGUAGE C)

2010-11-04 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=11404 == Reported By:Eric NOULARD Assigned To:

[cmake-developers] gitweb urls ?

2010-11-04 Thread Alexander Neundorf
Hi, I'm currently playing around with ctest and git/gitweb. For our KDE nightly scripts with cvs and svn I first downloaded just the CTestConfig.cmake file and then continued. Since downloading single files is not possible with git AFAIK, I thought I'd try gitweb. Looks good so far, I just

Re: [cmake-developers] gitweb urls ?

2010-11-04 Thread David Cole
Try p=automoc.git not just p=automoc Works for me: http://gitweb.kde.org/gitweb?p=automoc.git;a=blob_plain;f=CTestConfig.cmake;hb=HEAD On Thu, Nov 4, 2010 at 5:21 PM, Alexander Neundorf neund...@kde.org wrote: Hi, I'm currently playing around with ctest and git/gitweb. For our KDE nightly

Re: [CMake] CMake 2.8.3 available for download

2010-11-04 Thread Micha Renner
Unpacking cmake-2.8.3.tar.gz, cmake-2.8.3-Linux-i386.tar.gz results in the following error message of the archive manager: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now cmake-2.8.3-Linux-i386.tar.Z is ok. Greetings Micha

Re: [CMake] CMake 2.8.3-rc4 ready for testing!

2010-11-04 Thread Eric Noulard
2010/11/4 Bill Hoffman bill.hoff...@kitware.com: But, for now, you should be able to work around it on your side by removing the sha.1 from the list of files in your set_source_files_properties call. True just tested that. It works. I meant ...removing the sha1.h from ... I inferred that

Re: [CMake] CMake 2.8.3 available for download

2010-11-04 Thread Eric Noulard
2010/11/4 Micha Renner micha.ren...@t-online.de: Unpacking cmake-2.8.3.tar.gz, cmake-2.8.3-Linux-i386.tar.gz results in the following error message of the archive manager: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now Those are ok for

[CMake] Non-blocking execute_process ?

2010-11-04 Thread Mathieu Malaterre
Hi there, For my test suite, I need to spawn a process, but I do not want to wait for it to complete (it will be actually listening during the test execution). AFAIK execute_process will wait until TIMEOUT expires. Is there another non-blocking function I could use in between ctest_configure()

Re: [CMake] CMake 2.8.3 available for download

2010-11-04 Thread Micha Renner
Am Donnerstag, den 04.11.2010, 08:38 +0100 schrieb Eric Noulard: 2010/11/4 Micha Renner micha.ren...@t-online.de: Unpacking cmake-2.8.3.tar.gz, cmake-2.8.3-Linux-i386.tar.gz results in the following error message of the archive manager: gzip: stdin: not in gzip format tar: Child returned

[CMake] Solution folder property does not work for external projects in cmake 2.8.3

2010-11-04 Thread Jens Auer
Hi, I just downloaded the new cmake 2.8.3 release and found a bug. We include several external VC++ projects in our solution and group them into folders using the old SOLUTION_FOLDER patch. When I checked the new property FOLDER in cmake 2.8.3, it turns out that it works for all projects except

Re: [CMake] CMake 2.8.3 available for download

2010-11-04 Thread Andreas Pakulat
On 04.11.10 10:28:57, Micha Renner wrote: Am Donnerstag, den 04.11.2010, 08:38 +0100 schrieb Eric Noulard: 2010/11/4 Micha Renner micha.ren...@t-online.de: Unpacking cmake-2.8.3.tar.gz, cmake-2.8.3-Linux-i386.tar.gz results in the following error message of the archive manager: gzip:

[CMake] Linking Boost on Linux on 64bit host and 32bit target

2010-11-04 Thread Adam J Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 04 Nov 2010 04:35:57 -0400 cmake-requ...@cmake.org wrote: Hi all~ Hi Kent. I have a project using Boost that should compile for both 64bit and 32bit on a 64bit host. This works fine for a 64bit target, but I can't get this to work for a

Re: [CMake] CMake 2.8.3 available for download

2010-11-04 Thread David Cole
On Thu, Nov 4, 2010 at 5:55 AM, Andreas Pakulat ap...@gmx.de wrote: On 04.11.10 10:28:57, Micha Renner wrote: Am Donnerstag, den 04.11.2010, 08:38 +0100 schrieb Eric Noulard: 2010/11/4 Micha Renner micha.ren...@t-online.de: Unpacking cmake-2.8.3.tar.gz, cmake-2.8.3-Linux-i386.tar.gz results

[CMake] XCode 3.2.4 and CMake 2.8.2, setting GCC version to 4.0

2010-11-04 Thread John Clayton
Hi I'm running Mac OS X 10.6.4 with XCode 3.2.4 and CMake version 2.8.2 I'm trying to set the GCC version to 4.0, so that I can support the 10.4u SDK version. I've read the posts related to the setting released in 2.8.1 rc3, e.g. putting this in CMakeLists.txt:

Re: [CMake] Solution folder property does not work for external projects in cmake 2.8.3

2010-11-04 Thread David Cole
On Thu, Nov 4, 2010 at 5:36 AM, Jens Auer je...@miltenyibiotec.de wrote: Hi, I just downloaded the new cmake 2.8.3 release and found a bug. We include several external VC++ projects in our solution and group them into folders using the old SOLUTION_FOLDER patch. When I checked the new

Re: [CMake] Solution folder property does not work for external projects in cmake 2.8.3

2010-11-04 Thread Rolf Eike Beer
Presently, if the generated FOLDER structure is incorrect, our automated testing will not currently catch an error of that sort. Does anybody have a good idea for how to verify the correctness of the generated solution file? Right now it requires manual inspection of the VS GUI to determine

Re: [CMake] compiler options per platform

2010-11-04 Thread Rolf Eike Beer
Hi, Best practice: I have no yet realized how to set compiler options per platform. - Ensuring that rtti is enabled on Windows, Linux and Solaris. - Ensuring that exceptions are enabled on Windows, Linux and Solaris. - Setting the default compilers (on one

Re: [CMake] Linking Boost on Linux on 64bit host and 32bit

2010-11-04 Thread Knox, Kent
Hi Andreas~ [Andreas] Did you try to print out the value of Boost_LIBRARIES? Does that contain the proper absolute path to the boost library? Are you actually using that variable for your target_link_libraries call? The make-output looks like either the variable doesn't get the right value

Re: [CMake] findAtlas cmake

2010-11-04 Thread luxInteg
On Wednesday 03 November 2010 05:37:45 Michael Wild wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi On 11/03/2010 12:48 AM, luxInteg wrote: Greetings, I am a novice at cmake and attempting to compile lapack-3.2.2 on a computer with these:- ---cpu amd64 2 cores

Re: [CMake] Linking Boost on Linux on 64bit host and 32bit target

2010-11-04 Thread Knox, Kent
Hi Adam~ [Adam] Are you sure this logic is right? It looks very odd. Does CMake set WIN32 for a 64-bit Windows toolchain? Didn't you say you were building on Linux? [Kent] My software compiles cross platform, and we support windows too. WIN32 is set for 64bit platforms. I do have the windows

Re: [CMake] findAtlas cmake

2010-11-04 Thread Michael Wild
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/04/2010 05:10 PM, luxInteg wrote: On Wednesday 03 November 2010 05:37:45 Michael Wild wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi On 11/03/2010 12:48 AM, luxInteg wrote: Greetings, I am a novice at cmake and attempting

Re: [CMake] XCode 3.2.4 and CMake 2.8.2, setting GCC version to 4.0

2010-11-04 Thread Ryan Pavlik
You might need to choose non-default native compilers when you first choose configure and specify the compiler there. Ryan On Thu, Nov 4, 2010 at 5:05 AM, John Clayton jo...@filewave.com wrote: Hi I'm running Mac OS X 10.6.4 with XCode 3.2.4 and CMake version 2.8.2 I'm trying to set the GCC

[CMake] header files with visual studio

2010-11-04 Thread Oliver kfsone Smith
Checked the faq and googled as much as I could but I couldn't find anything describing how to make visual studio include header files in the solution/project files? - Oliver ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] header files with visual studio

2010-11-04 Thread John Drescher
On Thu, Nov 4, 2010 at 11:58 AM, Oliver kfsone Smith osm...@playnet.com wrote: Checked the faq and googled as much as I could but I couldn't find anything describing how to make visual studio include header files in the solution/project files? Add them to the target just like you do C++

Re: [CMake] header files with visual studio

2010-11-04 Thread David Cole
That's funny... Google for cmake header visual studio and hit #1 explains it pretty well: http://stackoverflow.com/questions/1167154/listing-header-files-in-visual-studio-c-project-generated-by-cmake So do hits #2 through 10. On Thu, Nov 4, 2010 at 11:58 AM, Oliver kfsone Smith

Re: [CMake] header files with visual studio

2010-11-04 Thread Michael Jackson
I have a macro to help with this: MACRO (cmp_IDE_SOURCE_PROPERTIES SOURCE_PATH HEADERS SOURCES INSTALL_FILES) if (${INSTALL_FILES} EQUAL 1) INSTALL (FILES ${HEADERS} DESTINATION include/${SOURCE_PATH} COMPONENT Headers ) endif()

Re: [CMake] header files with visual studio

2010-11-04 Thread Ryan Pavlik
I just add them in the normal calls, then set them as PUBLIC_HEADER if I am making a library. (Visual Studio seems to automatically separate source and header files - easy to override if you prefer something else.) set(SOURCES whatever.c morestuff.c) set(API whatever.h)

Re: [CMake] Using gcov/lcov and valgrind with cmake

2010-11-04 Thread Ben Boeckel
Gerhard Gappmeier gerhard.gappme...@ascolab.com wrote: Hi all, I'm trying to figure out how to use gcov and maybe also lcov with cmake. I know it works using ctest, I've seen that in several wiki entries, but I could not find one single example on how to use it. The wiki only shows the

Re: [CMake] call already made makefile

2010-11-04 Thread mina adel
Thank you so much for your help I have another problem, I have successfully created all the 3rd-party libraries. I used ADD_CUSTOM_COMMAND to call the makefiles that are provided using these libraries. Now, I want to combine all these libraries to one library. I will link against this library

[CMake] Bug fix requests for the *next* release of CMake...

2010-11-04 Thread David Cole
Hi all, Now that we have released CMake 2.8.3, *now* would be a great time to prioritize bug fixes for the next release of CMake. Replies requested. Read on. *Just a short reply with bug numbers* or links to the bugs is all we need here. Please move specific discussions into the bugs themselves

Re: [CMake] Linking Boost on Linux on 64bit host and 32bit

2010-11-04 Thread Knox, Kent
[Michael] # set( Boost_DEBUG ON ) Uncomment that and send the output. Yes, it will be A LOT of output but I am trying to figure out what is going wrong. [Kent] I took out the explicit setting of BOOST_LIBRARYDIR: kk...@ux2 ~/code/clAMD/trunk/bin/linux32 561 InitCmake.sh -- The C compiler

Re: [CMake] [cmake-developers] Bug fix requests for the *next* release of CMake...

2010-11-04 Thread Dave Partyka
I am not sure if this is a reported bug (I can report it now if it isn't reported already). Using ExternalProject with a git repo and specifying a sha1 revision via GIT_TAG will blow away the entire source directory whenever the revision is changed. This leads to complete rebuilds of said

Re: [CMake] [cmake-developers] Bug fix requests for the *next* release of CMake...

2010-11-04 Thread James Bigler
VS 2010 CMake plugin is broken http://www.vtk.org/Bug/view.php?id=11258 This is a problem for projects such as mine where I have dozens of projects in my solution and they can change rather frequently, especially with my FindCUDA.cmake script that computes dependencies and then changes the VS

Re: [CMake] [cmake-developers] Bug fix requests for the *next* release of CMake...

2010-11-04 Thread Michael Jackson
I'll vote for that bug. I _was_ going to load VS2010 but maybe I'll hold off. ___ Mike Jackson www.bluequartz.net Principal Software Engineer mike.jack...@bluequartz.net BlueQuartz Software Dayton,

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-11-04 Thread Kalev Lember
Hi, I would love to have support for CFBundle (.plugin) on Mac. http://www.vtk.org/Bug/view.php?id=11295 Thanks, Kalev ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [CMake] [cmake-developers] Bug fix requests for the *next* release of CMake...

2010-11-04 Thread Eric Noulard
2010/11/4 David Cole david.c...@kitware.com: Hi all, Now that we have released CMake 2.8.3, *now* would be a great time to prioritize bug fixes for the next release of CMake. Replies requested. Read on. Just a short reply with bug numbers or links to the bugs is all we need here. Please

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-11-04 Thread NoRulez
I would be happy if the following bug was fixed: http://www.cmake.org/Bug/view.php?id=4068 Thanks in advance Best Regards NoRulez -Ursprüngliche Nachricht- Von: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] Im Auftrag von Kalev Lember Gesendet: Donnerstag, 04. November 2010

Re: [CMake] call already made makefile

2010-11-04 Thread Alan W. Irwin
On 2010-11-04 11:58-0700 mina adel wrote: Thank you so much for your help I have another problem, I have successfully created all the 3rd-party libraries. I used ADD_CUSTOM_COMMAND to call the makefiles that are provided using these libraries. Now, I want to combine all these libraries to

Re: [CMake] Bug fix requests for the *next* release of CMake...

2010-11-04 Thread Benjamin Eikel
Hello, I would like to see these bugs fixed: 0009930: Eclipse generator: enable parallel builds ? http://cmake.org/Bug/view.php?id=9930 0009968: Eclipse CDT Project File overwritten by '-G Eclipse CDT4 - Unix Makefiles' http://cmake.org/Bug/view.php?id=9968 Kind regards, Benjamin Am

Re: [CMake] call already made makefile

2010-11-04 Thread SK
On Sat, Oct 30, 2010 at 8:31 AM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2010-10-29 20:50-0700 mina adel wrote: Hi All I have an open source code that I use in my project. This open source code already has Makefile coded for it. I want to use cmake so that before it compile my

Re: [CMake] call already made makefile

2010-11-04 Thread SK
On Thu, Nov 4, 2010 at 4:29 PM, SK s...@metrokings.com wrote: On Sat, Oct 30, 2010 at 8:31 AM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2010-10-29 20:50-0700 mina adel wrote: Hi All I have an open source code that I use in my project. This open source code already has Makefile

Re: [CMake] call already made makefile

2010-11-04 Thread mina adel
Thank you for your help. I used ADD_Custom_Command() to run the makefiles of 3rd-partylibraries. My problem is how to combine these generated (static) libraries into one static library using cmake to be used later in my project? The problem is since I used add_custom_command to run cmake. I

Re: [CMake] add_custom_command depends on output from add_custom_target

2010-11-04 Thread SK
On Tue, Nov 2, 2010 at 12:28 PM, SK s...@metrokings.com wrote: ADD_CUSTOM_TARGET( OUTPUT foo1 foo2   COMMAND make foos   [DEPENDS [ALL]] ) I filed a feature request for better external makefile support by way of output from add_custom_target() http://cmake.org/Bug/view.php?id=11407

Re: [CMake] call already made makefile

2010-11-04 Thread SK
On Thu, Nov 4, 2010 at 5:41 PM, mina adel elecengineer_m...@yahoo.com wrote: Thank you for your help. I used ADD_Custom_Command() to run the makefiles of 3rd-partylibraries. My problem is how to combine these generated (static)  libraries into one static library using cmake to be used later

Re: [CMake] call already made makefile

2010-11-04 Thread Alan W. Irwin
On 2010-11-04 16:29-0700 SK wrote: On Sat, Oct 30, 2010 at 8:31 AM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2010-10-29 20:50-0700 mina adel wrote: Hi All I have an open source code that I use in my project. This open source code already has Makefile coded for it. I want to use

Re: [CMake] Linking Boost on Linux on 64bit host and 32bit

2010-11-04 Thread Philip Lowman
Can you grab the FindBoost.cmake with CMake 2.8.3, then set the following (new) variable and paste the debug output again? This will at least prevent it from finding stuff in /usr/lib which has been an issue for some people. Also there is more debugging now.

Re: [CMake] call already made makefile

2010-11-04 Thread SK
On Thu, Nov 4, 2010 at 6:09 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: then the custom make command should always be run (since it has no DEPENDS option), Alan, you are absolutely right!! I missed this since the external makefile I need actually does have a dependency to create the

[Cmake-commits] CMake branch, next, updated. v2.8.3-532-g26a5362

2010-11-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 26a5362f261c0f6d2a232994ad5a04b78faad486 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.3-534-g88fa033

2010-11-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 88fa0338050e3d0652c39c840a452b4c12e7c578 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.3-536-g6fa2fe0

2010-11-04 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 6fa2fe04cad004bfa8fb251d6878f5defd63f2e4 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.3-3-g947de96

2010-11-04 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 947de96030723fa231ed1ddc9d94d755f3d68d0b (commit) from