http://www.cmake.org/files/v2.8/cmake-2.8.7-rc1-1-src.tar.bz2 seems to have DOS line endings, which leads the the following error when running configure on linux:
/home/dank/Downloads/cmake-2.8.7/Bootstrap.cmk/cmConfigure.h:29: error: missing terminating " character The command find . -type f -print0 | xargs -0 perl -p -i -e 'tr/\015//d' forcibly removes CR's from the whole tree and lets configure succeed, but presumably that shouldn't be needed. Hasn't anyone else run into this? -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake