-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
build issues on mountain lion / homebrew #3106
Comments
I didn't use homebrew, and managed to compile on mountain lion successfully. However, when using homebrew, I get the same error as you, so it seems like an issue with homebrew environment/formula. |
I've applied #3049's patch, and managed to build rust on ML with Homebrew. @erikh: could you try the changes in Homebrew/legacy-homebrew#14457? |
Working here -- thanks for looking into this guys, and sorry I wasn't more helpful! |
Should a patch be submitted to include Homebrew install instructions? |
…=flip1995 Rename lint `identity_conversion` to `useless_conversion` Lint name `identity_conversion` was misleading, so this PR renames it to `useless_conversion`. As decision has not really came up in the issue comments, this PR will probably need discussion. fixes rust-lang#3106 changelog: Rename lint `identity_conversion` to `useless_conversion`
Clippy and cleanups
Tree Borrows: do not create new tags as 'Active' Cc `@Vanille-N`
Tree Borrows: do not create new tags as 'Active' Cc `@Vanille-N`
While building rust 0.3.1 I came across some build issues. clang from XCode 4.4.
I captured the whole build output in this gist: https://gist.github.com/dc6dea4996bdb25975eb. Please let me know if you need me to try anything or need more information.
The text was updated successfully, but these errors were encountered: