That is the cygwin tar.bz2 file. If you want a Linux line endings source tarball, use:<div><br></div><div>  <a href="http://cmake.org/files/v2.8/cmake-2.8.7-rc1.tar.gz">cmake-2.8.7-rc1.tar.gz</a></div><div><br><div><br></div>
<div>Or wait a few minutes (hours) for rc2... :-)</div><div><br><br></div><div>HTH,</div><div>David</div><div><br></div><div><br><div class="gmail_quote">On Wed, Dec 21, 2011 at 6:21 PM, Dan Kegel <span dir="ltr">&lt;<a href="mailto:dank@kegel.com">dank@kegel.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="http://www.cmake.org/files/v2.8/cmake-2.8.7-rc1-1-src.tar.bz2" target="_blank">http://www.cmake.org/files/v2.8/cmake-2.8.7-rc1-1-src.tar.bz2</a><br>

seems to have DOS line endings, which leads the the following error<br>
when running configure on linux:<br>
<br>
/home/dank/Downloads/cmake-2.8.7/Bootstrap.cmk/cmConfigure.h:29:<br>
error: missing terminating &quot; character<br>
<br>
The command<br>
find . -type f -print0 | xargs -0 perl -p -i -e &#39;tr/\015//d&#39;<br>
forcibly removes CR&#39;s from the whole tree and lets configure succeed,<br>
but presumably that shouldn&#39;t be needed.<br>
<br>
Hasn&#39;t anyone else run into this?<br>
<span class="HOEnZb"><font color="#888888">--<br>
<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</font></span></blockquote></div><br></div></div>