[CMake] Mysterious build error that seems to have been slipstreamed into CMake 2.6

2008-07-14 Thread kent williams
We have an application based on the Slicer3 build. The Slicer3 build downloads and builds CMake. We currently grab CMake with this command cvs -q -d :pserver:[EMAIL PROTECTED]:/cvsroot/CMake checkout -r CMake-2-6 CMake If I understand that correctly we're asking for the release tag of 2.6. But

Re: [CMake] Mysterious build error that seems to have been slipstreamed into CMake 2.6

2008-07-14 Thread kent williams
By the way the problem is fixed by changing CMake/Source/CMakeLists.txt to build the file that defines GetInstalledSizeInKBytes. *** CMakeLists.txt 14 Jul 2008 10:36:50 -0500 1.397.2.2 --- CMakeLists.txt 14 Jul 2008 10:52:08 -0500 *** *** 348,353 --- 348,354

Re: [CMake] Mysterious build error that seems to have been slipstreamed into CMake 2.6

2008-07-14 Thread David Cole
CMake-2-6 is a branch tag, not a release tag. CMake-2-6-0 is the release tag. Changes are being committed to CMake-2-6 in preparation for the upcoming 2.6.1 release On Mon, Jul 14, 2008 at 11:54 AM, kent williams [EMAIL PROTECTED] wrote: By the way the problem is fixed by changing