[cmake-developers] CPack: GetPrerequisites: cross-compiling from Linux to Windows

2012-03-06 Thread Dominik Schmidt
Hey, I worked on a patch for supporting dep-tracking with GetPrequesites when cross-compiling for Windows with MinGW. While doing this I noticed neither WIN32 nor CMAKE_CROSSCOMPILING are defined at CPack time, why? This is the reason my code in the patch is not in the WIN32 block above and I

Re: [cmake-developers] CPack: GetPrerequisites: cross-compiling from Linux to Windows

2012-03-06 Thread Dominik Schmidt
Hey Eric, thanks for the quick reply! On Tue, Mar 6, 2012 at 1:16 PM, Eric Noulard eric.noul...@gmail.com wrote: While doing this I noticed neither WIN32 nor CMAKE_CROSSCOMPILING are defined at CPack time, why? May be because no one did really tackle the cross-packaging problem?

Re: [cmake-developers] CPack: GetPrerequisites: cross-compiling from Linux to Windows

2012-03-06 Thread Eric Noulard
2012/3/6 Dominik Schmidt do...@tomahawk-player.org: Hey Eric, thanks for the quick reply! You are welcome. This is the reason my code in the patch is not in the WIN32 block above and I couldn't guess the gp_tool correctly. In order to be sure that nothing else is breaking you can try

Re: [cmake-developers] Doxygen documentation

2012-03-06 Thread Brad King
On 3/6/2012 2:23 AM, Yury G. Kudryashov wrote: Hi! I've just found that there are two doxygen configs in cmake source tree: * cmake/doxygen.config I think you can remove this one. * cmake/Utilities/Doxygen/* VTK magic The second one can be enabled by BUILD_DOCUMENTATION but doc_makeall.sh

Re: [cmake-developers] Build faild on Darwin? Don't know why?

2012-03-06 Thread Bill Hoffman
On 3/6/2012 2:43 AM, Eric Noulard wrote: Did you see this bug report: http://public.kitware.com/Bug/view.php?id=13017 this may explain the sporadic failure on MacOS? Now I see that there is already a retry loop, [...] // since we get random dashboard failures with this one // try running it

[cmake-developers] [CMake 0013019]: The ZIP package generator does not find the files when CPACK_PACKAGING_INSTALL_PREFIX is set

2012-03-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13019 == Reported By:Harald Winroth Assigned To:

Re: [cmake-developers] Doxygen documentation

2012-03-06 Thread Yury G. Kudryashov
Brad King wrote: On 3/6/2012 2:23 AM, Yury G. Kudryashov wrote: Hi! I've just found that there are two doxygen configs in cmake source tree: * cmake/doxygen.config I think you can remove this one. * cmake/Utilities/Doxygen/* VTK magic The second one can be enabled by

[cmake-developers] [CMake 0013020]: Custom commands after generation

2012-03-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13020 == Reported By:Petr Kmoch Assigned To:

Re: [cmake-developers] Doxygen documentation

2012-03-06 Thread Brad King
On 3/6/2012 10:10 AM, Yury G. Kudryashov wrote: Did I understand correctly that I should remove the first one and work on the second one? Where can I find the scripts referenced by the second one? In VTK source tree? Do we really need those scripts? From doc_makeall.sh.in: #

Re: [cmake-developers] Ninja windows

2012-03-06 Thread Peter Collingbourne
On Tue, Mar 06, 2012 at 11:44:46AM -0500, Bill Hoffman wrote: What is the current status of ninja windows? I would like to setup a dashboard for this, however, the ninja code for windows does not seem to be on the stage for CMake right now. Is there a way to get it on the stage? Or

Re: [cmake-developers] Ninja windows

2012-03-06 Thread Bill Hoffman
On 3/6/2012 12:17 PM, Peter Collingbourne wrote: The Ninja generator is disabled on Windows as it still doesn't yet work correctly with Ninja's master branch. It works to some degree with someone else's branch, but one of the required features on that branch (response file support) was

Re: [cmake-developers] Ninja windows

2012-03-06 Thread Bill Hoffman
On 3/6/2012 1:29 PM, Peter Collingbourne wrote: We can certainly do that, but the ninja binary would need to be switched as soon as we get around to using rspfile in Ninja (and no sooner). OK, so is there a ninja binary that I can download right now that will work if I change the cmake

[cmake-developers] [CMake 0013022]: FindCxxTest.cmake does not support CxxTest version 4 (patch attached)

2012-03-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13022 == Reported By:Droscy Assigned To:

[cmake-developers] [CMake 0013023]: implementation of new CHECK_C_INLINE macro

2012-03-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13023 == Reported By:Christopher Sean Morrison Assigned