Installs fine with homebrew on OSX 10.6. I'm running into an issue with cargo though:
$ cargo install uuid info: Installing with git from https://github.com/erickt/rust-uuid... Cloning into '/Users/etryzelaar/.cargo/work/lhsPUagfi6I3tg2g'... remote: Counting objects: 15, done. remote: Compressing objects: 100% (11/11), done. remote: Total 15 (delta 4), reused 13 (delta 2) Unpacking objects: 100% (15/15), done. cp: /Users/etryzelaar/.cargo/work/lhsPUagfi6I3tg2g/build/libuuid-fc76a51f4a50eba2-0.1pre.dylib.dSYM is a directory (not copied). On Wed, Mar 28, 2012 at 9:37 PM, Graydon Hoare <[email protected]> wrote: > Ok, I've posted "real" release candidates after deciding what to do with > the residual bugs. Here they are: > > http://dl.rust-lang.org/dist/rust-0.2.tar.gz > http://dl.rust-lang.org/dist/rust-0.2-install.exe > > The rev that those are built from was all-green in our test farm and > seems to work on any machines I have access to (except RHEL5; turned out > a full fix there is prohibitive in this timeframe). > > If I can get a show of hands from users here that these seem to work for > you too (the first builds and passes make check, the second does basic > hello-world-ish tests on win32 machines with mingw installed) then I'll > sign those artifacts and send a release announcement tomorrow. > > Anyone feel like burning a little CPU time? > > -Graydon > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
