Re: [cmake-developers] CMake bug tracker discussion

2010-12-09 Thread Eric Noulard
2010/12/9 David Cole david.c...@kitware.com: Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate the bug tracker entirely and just do all discussion and patches on the mailing list? (Why have two sources of

Re: [cmake-developers] CMake bug tracker discussion

2010-12-09 Thread David Cole
On Thu, Dec 9, 2010 at 7:19 PM, Eric Noulard eric.noul...@gmail.com wrote: 2010/12/9 David Cole david.c...@kitware.com: Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate the bug tracker entirely and just do all

[CMake] Simultaneous --build-and-test and CDash submission

2010-12-09 Thread Wojciech Migda
Hi, I have unit tests configured for CDash submissions. Submissions do work if I issue in sequence TWO commands which go pretty much like this: # configure the build system ${CMAKE_ROOT}${CMAKE_BINDIR}/cmake . # build tests make clean ; make # run tests ${CMAKE_ROOT}${CMAKE_BINDIR}/ctest

Re: [CMake] Simultaneous --build-and-test and CDash submission

2010-12-09 Thread Marcel Loose
On 9-12-2010 at 10:13, in message mwkqnalvczcgriuir...@oodl, Wojciech Migda wojtek.g...@interia.pl wrote: Hi, I have unit tests configured for CDash submissions. Submissions do work if I issue in sequence TWO commands which go pretty much like this: # configure the build system

Re: [CMake] Did anyone manage to get incremental linking working with NMake generator?

2010-12-09 Thread Gabriel Petrovay
Thanks Bill for the trick. Unfortunately this works only for exe targets. It doesn't work for dll's. Moreover, before the link command there is this output: Visual Studio Non-Incremental Link Below you have the verbose build output (regardless if it's the first, 2nd, etc). Maybe this helps.

Re: [CMake] Platform differences for ExternalProject_add URL

2010-12-09 Thread David Cole
On Wed, Dec 8, 2010 at 5:17 PM, KC Jones kc.jo...@skype.net wrote: [resending since the original seems to have never made it to the list.] I'm using ExternalProject_add in a script that builds various libraries I depend on, and I'm running into platform differences when attempting to

Re: [CMake] Simultaneous --build-and-test and CDash submission

2010-12-09 Thread David Cole
On Thu, Dec 9, 2010 at 4:13 AM, Wojciech Migda wojtek.g...@interia.pl wrote: Hi, I have unit tests configured for CDash submissions. Submissions do work if I issue in sequence TWO commands which go pretty much like this: # configure the build system ${CMAKE_ROOT}${CMAKE_BINDIR}/cmake . #

[CMake] Get diagnostics when FIND_XXX fails

2010-12-09 Thread Marcel Loose
Hi all, Is there a way to get useful diagnostics when, e.g., FIND_PATH() fails. I would like to be able to get a message like: Failed to find myheader.h, while searching the following directories: /foo /bar /baz. Now, I often find myself browsing a FindXXX.cmake file when it fails to find

Re: [CMake] Did anyone manage to get incremental linking working with NMake generator?

2010-12-09 Thread Bill Hoffman
On 12/9/2010 5:26 AM, Gabriel Petrovay wrote: Thanks Bill for the trick. Unfortunately this works only for exe targets. It doesn't work for dll's. Moreover, before the link command there is this output: Visual Studio Non-Incremental Link If it says that then the /INCREMENTAL flag is not being

[CMake] Problem using Lahey Fortran Compiler

2010-12-09 Thread pellegrini
Hello everybody, I would like to build a Fortran static library using the Lahey Fortran Compiler. When building my project with the following command: cmake -G NMake Makefiles -D CMAKE_Fortran_COMPILER=lf95 .. --debug-trycompile the build crash with the following starting line: -- The

Re: [CMake] Simultaneous --build-and-test and CDash submission

2010-12-09 Thread Wojciech Migda
So my question is how to achieve CDash submission with 'scratch' configure info (just as if cmake was invoked on clean environment), build info (compilation warnings and such) and test results by issueing single command ? Thanks for help, Wojtek Hi Wojtek, If I

Re: [CMake] Simultaneous --build-and-test and CDash submission

2010-12-09 Thread Wojciech Migda
Użytkownik napisał(a): From: Subject: Re: [CMake] Simultaneous --build-and-test and CDash submission To: Wojciech Migda ; On Thu, Dec 9, 2010 at 4:13 AM, Wojciech Migda wrote: Hi, I have unit tests configured for CDash submissions. Submissions do work if I issue in sequence

Re: [CMake] Simultaneous --build-and-test and CDash submission

2010-12-09 Thread David Cole
On Thu, Dec 9, 2010 at 10:44 AM, Wojciech Migda wojtek.g...@interia.pl wrote: Użytkownik  napisał(a): From: Subject: Re: [CMake] Simultaneous --build-and-test and CDash submission To: Wojciech Migda ; On Thu, Dec 9, 2010 at 4:13 AM, Wojciech Migda  wrote: Hi, I have unit tests

[CMake] General LABELS questions

2010-12-09 Thread Wojciech Migda
Hi, I'm trying to get LABELS/Subprojects working, having read this http://www.kitware.com/blog/home/post/11 and this http://www.kitware.com/blog/home/post/11 1. It is unclear to me whether to have LABELS working I must use CTest script (-S) or I can achieve that simply by editing of

Re: [CMake] providing library information, what's the cmake way

2010-12-09 Thread Johannes Zarl
At this point of the discussion, I think that we need someone else to join. We both have made strong points for our viewpoints, and neither of us has a perfect solution. On Sunday 05 December 2010 12:48:49 Michael Hertling wrote: On 12/01/2010 05:57 PM, Johannes Zarl wrote: On 12/01/2010 at

Re: [CMake] test property COST not working in cmake 2.8.3?

2010-12-09 Thread Tyler Roscoe
Ok I've added a link to this thread and the patch below to the bug: http://www.vtk.org/Bug/view.php?id=11561 Without feedback from anyone, I will assume that I have done an awesome, production-ready job and will await the call for patches to add to CMake 2.8.4. Thanks, tyler On Tue, Dec 07,

Re: [CMake] test property COST not working in cmake 2.8.3?

2010-12-09 Thread Zach Mullen
On Thu, Dec 9, 2010 at 12:04 PM, Tyler Roscoe ty...@cryptio.net wrote: Ok I've added a link to this thread and the patch below to the bug: http://www.vtk.org/Bug/view.php?id=11561 Without feedback from anyone, I will assume that I have done an awesome, production-ready job and will await the

Re: [CMake] Did anyone manage to get incremental linking working with NMake generator?

2010-12-09 Thread Tyler Roscoe
On Thu, Dec 09, 2010 at 08:44:15AM -0500, Bill Hoffman wrote: On 12/9/2010 5:26 AM, Gabriel Petrovay wrote: Thanks Bill for the trick. Unfortunately this works only for exe targets. It doesn't work for dll's. Moreover, before the link command there is this output: Visual Studio

Re: [CMake] Did anyone manage to get incremental linking working with NMake generator?

2010-12-09 Thread John Drescher
Haven't been following this thread closely, but changing the handling of /INCREMENTAL is a pain, at least in VS 2005 and 2008. Here is some code we use to *disable* /INCREMENTAL. With a little creativity, you could probably use this to forcibly *enable* /INCREMENTAL :): Thanks. I look into

Re: [CMake] Problem using Lahey Fortran Compiler

2010-12-09 Thread Brad King
On 12/09/2010 08:06 AM, pellegrini wrote: I would like to build a Fortran static library using the Lahey Fortran Compiler. [snip] - why the compiler identification is unknown as Lahey compiler is normally supported by CMake ? Is it really supported ? As of CMake 2.8.3 there is no support

Re: [CMake] Platform differences for ExternalProject_add URL

2010-12-09 Thread KC Jones
On Dec 9, 2010, at 3:18 AM, David Cole wrote: What version of cmake are you using? I'm running 2.8.2 on Mac and 2.8.0 on Linux. So I downloaded / built / installed the latest 2.8.3 source on Linux. Now I'm getting error messages indicating libcurl does not support HTTPS: -- [ 0%]

Re: [CMake] Platform differences for ExternalProject_add URL

2010-12-09 Thread David Cole
On Thu, Dec 9, 2010 at 1:43 PM, KC Jones kc.jo...@skype.net wrote: On Dec 9, 2010, at 3:18 AM, David Cole wrote: What version of cmake are you using? I'm running 2.8.2 on Mac and 2.8.0 on Linux.  So I downloaded / built / installed the latest 2.8.3 source on Linux. Now I'm getting error

Re: [CMake] Did anyone manage to get incremental linking working with NMake generator?

2010-12-09 Thread Bill Hoffman
On 12/9/2010 12:32 PM, John Drescher wrote: Haven't been following this thread closely, but changing the handling of /INCREMENTAL is a pain, at least in VS 2005 and 2008. Here is some code we use to *disable* /INCREMENTAL. With a little creativity, you could probably use this to forcibly

Re: [CMake] Did anyone manage to get incremental linking working with NMake generator?

2010-12-09 Thread John Drescher
On Thu, Dec 9, 2010 at 2:47 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 12/9/2010 12:32 PM, John Drescher wrote: Haven't been following this thread closely, but changing the handling of /INCREMENTAL is a pain, at least in VS 2005 and 2008. Here is some code we use to *disable*

[CMake] CMake 2.8.4 release scheduled for next month

2010-12-09 Thread David Cole
(copying a CMake developers email to the users list, just as an FYI to all the CMake users out here...) The CMake developers held a bug triage meeting yesterday, and here are some notes about it: We are still planning to start the release candidate cycle for CMake 2.8.4 on Wed. Jan. 12, 2011.

[CMake] OSX_BUNDLE_PLIST Use

2010-12-09 Thread Michael Jackson
I have the following CMake for code for an OS X Application: SET(MACOSX_BUNDLE_INFO_STRING ${PROJECT_NAME}${DBG_EXTENSION}, Copyright 2010 BlueQuartz Software.) SET(MACOSX_BUNDLE_ICON_FILE ${ICON_FILE_NAME}) SET(MACOSX_BUNDLE_GUI_IDENTIFIER ${PROJECT_NAME}${DBG_EXTENSION})

Re: [CMake] CMake 2.8.4 release scheduled for next month

2010-12-09 Thread Tyler Roscoe
So are you ready to start collecting candidate bugs for 2.8.4? I nominate this one! http://www.vtk.org/Bug/view.php?id=11561 Thanks, tyler On Thu, Dec 09, 2010 at 03:37:16PM -0500, David Cole wrote: We are still planning to start the release candidate cycle for CMake 2.8.4 on Wed. Jan. 12,

Re: [CMake] CMake 2.8.4 release scheduled for next month

2010-12-09 Thread Roman Wüger
Is the fix for the following bug included: http://www.cmake.org/Bug/view.php?id=4068 If not, when would this bug fixed, because a fix is already attached and the bug is open since 2006-11-23 Thanks in advance Best Regards NoRulez Am 09.12.2010 um 21:57 schrieb Tyler Roscoe ty...@cryptio.net:

Re: [CMake] OSX_BUNDLE_PLIST Use

2010-12-09 Thread Michael Jackson
I'll answer my own stupid question: if (APPLE) set_target_properties(${QHDFViewer_EXE_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${QHDFViewer_BINARY_DIR}/ QHDFViewer.plist) endif() Didn't notice that MACOSX_BUNDLE_INFO_PLIST was a property and NOT a variable. Working now.

Re: [CMake] CMake 2.8.4 release scheduled for next month

2010-12-09 Thread David Cole
On Thu, Dec 9, 2010 at 3:57 PM, Tyler Roscoe ty...@cryptio.net wrote: So are you ready to start collecting candidate bugs for 2.8.4? I nominate this one! http://www.vtk.org/Bug/view.php?id=11561 Thanks, tyler No: we were ready to start collecting candidate bugs a month and a half ago.

Re: [CMake] CMake 2.8.4 release scheduled for next month

2010-12-09 Thread David Cole
That one is assigned to Bill Hoffman and he will be looking at it sometime before Jan. 10. On Thu, Dec 9, 2010 at 4:04 PM, Roman Wüger noru...@me.com wrote: Is the fix for the following bug included: http://www.cmake.org/Bug/view.php?id=4068 If not, when would this bug fixed, because a fix

Re: [CMake] CMake 2.8.4 release scheduled for next month

2010-12-09 Thread Tyler Roscoe
On Thu, Dec 09, 2010 at 04:09:49PM -0500, David Cole wrote: No: we were ready to start collecting candidate bugs a month and a half ago. That list is now what you see on the roadmap page: http://public.kitware.com/Bug/roadmap_page.php Guess I got my wires crossed. I still believe the bug I

Re: [CMake] CMake 2.8.4 release scheduled for next month

2010-12-09 Thread Ryan Pavlik
In lieu of a full fix to this bug, could the small improvement I've attached be included in the meantime? http://public.kitware.com/Bug/view.php?id=11445 http://public.kitware.com/Bug/view.php?id=11445Ryan On Thu, Dec 9, 2010 at 2:37 PM, David Cole david.c...@kitware.com wrote: (copying a

Re: [CMake] CMake 2.8.4 release scheduled for next month

2010-12-09 Thread David Cole
On Thu, Dec 9, 2010 at 4:24 PM, Tyler Roscoe ty...@cryptio.net wrote: On Thu, Dec 09, 2010 at 04:09:49PM -0500, David Cole wrote: No: we were ready to start collecting candidate bugs a month and a half ago. That list is now what you see on the roadmap page:  

[CMake] CMake bug tracker discussion

2010-12-09 Thread David Cole
Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate the bug tracker entirely and just do all discussion and patches on the mailing list? (Why have two sources of information...?) - Or, alternatively, should we eliminate the

Re: [CMake] CMake bug tracker discussion

2010-12-09 Thread Dave Partyka
Bug trackers make people accountable and make it easy for tasks to be delegated and tracked. BUT, someone has to take on the responsibility of assigning bugs as the come in and/or closing bugs/feature requests that aren't going to be developed on any time soon, thus keeping the number of bugs in

Re: [CMake] CMake bug tracker discussion

2010-12-09 Thread John Drescher
I'll start the ball rolling by saying that, personally, I like the bug tracker. I find it much easier to keep a list of issues organized and accessible than I can with email filters and folders. But I still see a need for both tools. What do you say? I like the current system. Especially

Re: [CMake] CMake bug tracker discussion

2010-12-09 Thread Pau Garcia i Quiles
On Thu, Dec 9, 2010 at 11:06 PM, David Cole david.c...@kitware.com wrote: Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate the bug tracker entirely and just do all discussion and patches on the mailing list? (Why

[CMake] R: CMake 2.8.4 release scheduled for next month

2010-12-09 Thread Marco Atzeri
--- Gio 9/12/10, David Cole ha scritto: (copying a CMake developers email to the users list, just as an FYI to all the CMake users out here...) The CMake developers held a bug triage meeting yesterday, and here are some notes about it: We are still planning to start the release

Re: [CMake] CMake bug tracker discussion

2010-12-09 Thread Philip Lowman
On Thu, Dec 9, 2010 at 5:06 PM, David Cole david.c...@kitware.com wrote: Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate the bug tracker entirely and just do all discussion and patches on the mailing list? (Why

Re: [CMake] CMake bug tracker discussion

2010-12-09 Thread Alan W. Irwin
On 2010-12-09 17:06-0500 David Cole wrote: Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate the bug tracker entirely and just do all discussion and patches on the mailing list? (Why have two sources of information...?)

Re: [CMake] CMake bug tracker discussion

2010-12-09 Thread David Cole
On Thu, Dec 9, 2010 at 7:09 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2010-12-09 17:06-0500 David Cole wrote: Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate the bug tracker entirely and just do all

Re: [CMake] [cmake-developers] CMake bug tracker discussion

2010-12-09 Thread Eric Noulard
2010/12/9 David Cole david.c...@kitware.com: Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate the bug tracker entirely and just do all discussion and patches on the mailing list? (Why have two sources of

Re: [CMake] [cmake-developers] CMake bug tracker discussion

2010-12-09 Thread David Cole
On Thu, Dec 9, 2010 at 7:19 PM, Eric Noulard eric.noul...@gmail.com wrote: 2010/12/9 David Cole david.c...@kitware.com: Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate the bug tracker entirely and just do all

Re: [CMake] CMake bug tracker discussion

2010-12-09 Thread David Thompson
...Controversial questions: - Should we eliminate the bug tracker entirely and just do all discussion and patches on the mailing list? ... - Or, alternatively, should we eliminate the bulk of mailing list traffic, and insist on issues in the bug tracker being the main conversational forum for

Re: [CMake] CMake bug tracker discussion

2010-12-09 Thread Alan W. Irwin
On 2010-12-09 19:23-0500 David Cole wrote: On Thu, Dec 9, 2010 at 7:09 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2010-12-09 17:06-0500 David Cole wrote: Hello CMake users and devs, (And now for something completely different...) Controversial questions: - Should we eliminate

[Cmake-commits] CMake branch, next, updated. v2.8.3-780-g2805ecc

2010-12-09 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 2805ecc9a2da403f44d3a747cf2aff0db51e57a8 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.3-782-g54fe3cf

2010-12-09 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 54fe3cfdb79209b69fe45e7eb038e531212353a2 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.3-784-gdce9799

2010-12-09 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 dce97990d97e72766e516b7572d6fabe659d176b (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.3-788-g23d26f2

2010-12-09 Thread Bill Hoffman
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 23d26f27542b696654c336adfed2b0981ae991af (commit) via