-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling on OS X Yosemite #60
Comments
Try running a Unfortunately, if you get it to compile, you'll find that a bunch of data is missing. This is because the old_io implementation isn't around anymore, and the new one doesn't have all the Unix extensions yet (see rust-lang/rust#24711). There's a |
After a
|
another failed on Mac OS X 10.10.3.
Error message:
|
I finally merged the new_fs branch (in commit ffcc6fa), so everything should be back to normal now. Sorry for the inconvenience! The reason it took so long was that we were reliant on certain Unix-specific extensions, which were only implemented by the Rust devs a few days ago. So your choices were having a version that doesn't compile, or a version that does compile but displays the wrong information. I chose the former, but with the new functionality, it's all working again. |
I'm getting the following errors when I try to compile on OS X Yosemite (
rustc 1.1.0-nightly (da623844a 2015-04-25) (built 2015-04-25)
):The text was updated successfully, but these errors were encountered: