-
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
Error on make - libuv/libuv.a missing #10695
Comments
This often occurs because |
Just the xcode command line tools installed didnt install xcode 5 - What Im I missing :) |
Sadly right now libuv requires that the entirety of xcode is installed. Until we can resolve that, you'll have to download xcode proper from the app store. Closing because there's sadly not much we can do about this. |
Mhh wouldnt close it just yet :) - I downloaded xocde tools and still run into the same issue is there any specific command that need to be bound to the system to compile out '..../rt/stage0/libuv/libuv.a' another related issue is |
You might need to accept the Xcode license. You can do this for the whole system by running |
You also may need to run |
…=flip1995 Fix `#[allow(clippy::enum_variant_names)]` directly on variants changelog: [`enum_variant_names`]: Fix `#[allow]` attributes applied directly to the enum variant Fixes rust-lang#10695
fix: panic when inlining callsites inside macros' parameters Close rust-lang#16660, rust-lang#12429, rust-lang#10695. When `inline_into_callers` encounters callsites in macros parameters, it can lead to panics. Since there is no perfect way to handle macros, this PR directly filters out these cases.
Hi guys getting an error when i try to make rust on mac 10.9
link: x86_64-apple-darwin/rt/stage0/librustrt.dylib
g++: error: x86_64-apple-darwin/rt/stage0/libuv/libuv.a: No such file or directory
make: *** [x86_64-apple-darwin/rt/stage0/librustrt.dylib] Error 1
running gcc-4.9 and gfortran-4.9 with symlinks on a virgin install
any ideas
tks
M
The text was updated successfully, but these errors were encountered: