On Mon, Apr 29, 2013 at 10:27 PM, Thad Guidry <[email protected]> wrote: > Gist link shows where I tried to build Rust with Cygwin and Clang-LLVM 3.3 > (trunk) tonight... but didn't seem to go all that well, however... ideas ??? > > https://gist.github.com/thadguidry/5486263 >
As I understand it, you should not be using --llvm-root. It specifies which llvm to build against internally, and rust has its own internal fork. It also seems libuv is trying to build for unix, which is really odd, not sure why it would do that. As a tip, I suggest not using -j8 when figuring out build failures. Deserialization and unpredictable job orders can be confusing. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
