Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Peter Kuemmel
When I install the .sh version over an existing 2.8.4 release and use CodeBlocks - Unix Makefiles QtCreator only shows the CMakeLists.txt, nothing more. Seems the CodeBlocks - Unix Makefiles generator is broken in 2.8.6. The entry Option virtualFolders=.. looks quite different between the two

Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Marcus D. Hanwell
On Wed, Oct 5, 2011 at 6:53 AM, Peter Kuemmel syntheti...@gmx.net wrote: When I install the .sh version over an existing 2.8.4 release and use CodeBlocks - Unix Makefiles QtCreator only shows the CMakeLists.txt, nothing more. Seems the CodeBlocks - Unix Makefiles generator is broken in 2.8.6.

Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Clinton Stimpson
On Wednesday, October 05, 2011 08:29:00 am Marcus D. Hanwell wrote: On Wed, Oct 5, 2011 at 6:53 AM, Peter Kuemmel syntheti...@gmx.net wrote: When I install the .sh version over an existing 2.8.4 release and use CodeBlocks - Unix Makefiles QtCreator only shows the CMakeLists.txt, nothing

Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Bill Hoffman
On 10/5/2011 11:17 AM, Clinton Stimpson wrote: Peter, is that your problem also? Can you edit your .cbp to remove lines like that? Or copy it to a file with a .xml extension then open it in a program that can check the xml (e.g. firefox). So, what can we do to get people to try the RC's?

Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Alexander Neundorf
On Wednesday 05 October 2011, Clinton Stimpson wrote: On Wednesday, October 05, 2011 08:29:00 am Marcus D. Hanwell wrote: On Wed, Oct 5, 2011 at 6:53 AM, Peter Kuemmel syntheti...@gmx.net wrote: When I install the .sh version over an existing 2.8.4 release and use CodeBlocks - Unix

Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Clinton Stimpson
On Wednesday, October 05, 2011 09:53:53 am Alexander Neundorf wrote: On Wednesday 05 October 2011, Clinton Stimpson wrote: On Wednesday, October 05, 2011 08:29:00 am Marcus D. Hanwell wrote: On Wed, Oct 5, 2011 at 6:53 AM, Peter Kuemmel syntheti...@gmx.net wrote: When I install the .sh

Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Clifford Yapp
Hmm. Part of the problem might be the generators most of the folks who follow CMake closely tend to use - I'm a command line + vim linux weenie myself, so I'm only going to be testing a subset of the generators. I imagine others are Windows only, etc. One idea that comes to mind might be to put

Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Peter Kuemmel
So I see that one of my projects has this problem. I've narrowed it down to this commit: http://cmake.org/gitweb?p=cmake.git;a=commit;h=a5683f8 Great! This was fast. If I remove the code that commit adds, from the current HEAD, then my problem goes away. When checking the XML, it

Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Rolf Eike Beer
Am Mittwoch, 5. Oktober 2011, 18:38:35 schrieb Peter Kuemmel: So I see that one of my projects has this problem. I've narrowed it down to this commit: http://cmake.org/gitweb?p=cmake.git;a=commit;h=a5683f8 Great! This was fast. If I remove the code that commit adds, from the current

Re: [CMake] CMake 2.8.6 available for download

2011-10-04 Thread Ben Medina
Excellent! Preliminary VS11 support makes me very happy. On Tue, Oct 4, 2011 at 12:30 PM, David Cole david.c...@kitware.com wrote: On behalf of myself, Ken, Bill, Brad, Alex, Zach, Ben and the rest of the CMake team from all around the world, we are pleased to announce that CMake 2.8.6 is now