-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Make && Make Install Show Up An Error #11517
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
Comments
If you try to run |
I would recommend just copy/pasting terminal output, it's much easier to download than a whole image! Rust requires a local C linker to be available (which normally comes with the whole toolchain). I would recommend looking into your distribution's package manager to see how to download a toolchain for your local system. |
I am using OSX Maverick. Most of the tools to build software were installed with brew. Do you have any suggestions more ? Thanks for the reply. |
I'd recommend making sure you've got Xcode's tools installed (you should be able to run |
I can run gcc and clang well. |
And my Xcode's Command Line Tools are pretty installed. |
Do you have a I would expect the command line tools to put these things in the right spot... |
@thanyawzinmin This comment from stackoverflow may be relevant: http://stackoverflow.com/a/19699000/36585 (It claims that even if one installs Xcode and the command line utilities, your PATH may still need to be updated. I have not yet updated any of my machines to Mavericks so I cannot yet validate this hypothesis locally.) |
Oh that was about my oh-my-zsh setting. Thanks |
fix ICE by `u64::try_from(<u128>)` changelog: Fix the ICE in [`cast_possible_truncation`], when the `Shr` bits is larger than `u64::MAX` fix rust-lang#11426
Here is the sneak view of it.
I googled about this. But have no idea yet.
The text was updated successfully, but these errors were encountered: