Apparently, you really DO NOT want to install Collabnet Subversion client on your Windows system, or Tortoise SVN , because both of these default to checking out with Windows style End Of Line: CRLF. Instead of UNIX style: LF which is the default for Cygwin's installation.
My Subversion client from Collabnet was getting loaded first in my $PATH and taking precedence instead of the Cygwin Subversion client. ARGHH ! The easy fix for this was... uninstall Collabnet's version (since I really had no direct use for it, and used it on the command line anyway, which is the same thing I can do with Cygwin's Subversion.) I then also removed the Collabnet path from my Windows environment variable path and then all was well with checking out LLVM and Clang trunk manually. I am still investigating why Clang 3.1 / LLVM from the Cygwin package are not correctly setup or working well with the Rust setup and configuration, but until then, I'm going to try a build of Rust with a built Clang / LLVM in my Cygwin environment to see if there is any difference. I then might have to get with the Cygwin guys to find out where the mixup might be happening. Stay Tuned... -- -Thad http://www.freebase.com/view/en/thad_guidry
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
