Re: [CMake] Wiki: version compatibility matrix

2012-01-02 Thread David Cole
Hi Johannes, Time to update again, this time for CMake 2.8.7. This page tells me what the Cite extension is: http://www.mediawiki.org/wiki/Extension:Cite This page tells me it's not installed yet on the CMake wiki server: http://www.cmake.org/Wiki/Special:Version I'll ask the admin team to inst

Re: [CMake] Wiki: version compatibility matrix

2012-01-02 Thread Johannes Zarl
Hi David, I guess I'll have time this week to update the matrix. In case the admin team would like to have a rationale for installing the Cite extension: Having the Cite extension would allow me to write the matrix in a more compact/less cluttered style. Thanks for lobbying for this issue!

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

2012-01-02 Thread David Cole
Hi all, Replies requested. Short replies only. 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 or start a new thread to talk about it... Replies on this thread should just be a collector for bug number

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

2012-01-02 Thread Robert Dailey
http://public.kitware.com/Bug/view.php?id=12649 - Robert Dailey On Mon, Jan 2, 2012 at 11:11 AM, David Cole wrote: > Hi all, > > Replies requested. Short replies only. Read on. Just a short reply > with bug numbers or links to the bugs is all we need here. Please move > specific discus

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

2012-01-02 Thread Jean-Christophe Fillion-Robin
http://public.kitware.com/Bug/view.php?id=12564 http://public.kitware.com/Bug/view.php?id=11403 Jc On Mon, Jan 2, 2012 at 12:20 PM, Robert Dailey wrote: > http://public.kitware.com/Bug/view.php?id=12649 > > - > Robert Dailey > > > > On Mon, Jan 2, 2012 at 11:11 AM, David Cole wrote: > >

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

2012-01-02 Thread Rolf Eike Beer
David Cole wrote: > Hi all, > > Replies requested. Short replies only. 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 or start a new thread to > talk about it... Replies on this thread should just

[CMake] compiling problem cmake

2012-01-02 Thread Bram Kouwenberg
Hi, i want to compile an old python version from source with cmake on win 7 but during this process things go wrong with compiling a test already; below is the error text: there's a proble creating a folder '/cmTryCompileExec/fast' in CmakeTmp. I don't now why. the only strange thing is in explorer

Re: [CMake] compiling problem cmake

2012-01-02 Thread Jean-Christophe Fillion-Robin
Hi Bram, In order to reproduce and understand the problem, would also be great to point us to a repository or place to download the sources. Additionally, could you also mention which version of CMake and which generator you were using ? Hth Jc On Mon, Jan 2, 2012 at 6:30 PM, Bram Kouwenberg wr

[CMake] Running coverage analysis

2012-01-02 Thread David Doria
I found this wiki page: http://www.vtk.org/Wiki/CTest/Coverage#Coverage_With_C.2B.2B that explains the flags that are necessary. I set up a demo project here and it compiles: http://www.vtk.org/Wiki/CTest/Coverage/Example However, how do you actually run the coverage analysis? I ran 'ctest' but