That is the cygwin tar.bz2 file. If you want a Linux line endings source
tarball, use:

  cmake-2.8.7-rc1.tar.gz<http://cmake.org/files/v2.8/cmake-2.8.7-rc1.tar.gz>


Or wait a few minutes (hours) for rc2... :-)


HTH,
David


On Wed, Dec 21, 2011 at 6:21 PM, Dan Kegel <d...@kegel.com> wrote:

> 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
>
--

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

Reply via email to