We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Previously, compilation froze. With the latest version, I have the following trace:
$ make check cfg: shell host triple i686-apple-darwin cfg: llvm host triple i686-apple-darwin cfg: llvm target triples cfg: unix-y environment cfg: using gcc cfg: disabling valgrind (CFG_DISABLE_VALGRIND) cfg: including dist rules cfg: including test rules check: formatting compile_and_link: stage0/lib/rustc/i686-apple-darwin/lib/libstd.dylib dyld: Library not loaded: @rpath/libstd.dylib Referenced from: /Users/david/Documents/Code/rust/build/stage0/bin/rustc Reason: image not found make: *** [stage0/lib/rustc/i686-apple-darwin/lib/libstd.dylib] Trace/BPT trap: 5
I have also tried with a [make clean], the result is the same.
The text was updated successfully, but these errors were encountered:
I think we need a new snapshot to capture the fix in 831d861. I will do this as soon as I can.
Sorry, something went wrong.
I think this should be fixed now, but I can't easily test it since I don't have access to a mac that isn't one of the build bots.
The fix does it for me, thank you. I now have Rust up and running!
Merge pull request rust-lang#1019 from nikomatsakis/overflow-amend
4283b86
Amend overflow RFC to alter semantics of `as`; make wrapping methods inherent methods
Use static assertions to bound-check const generics (rust-lang#1019)
3b52e06
brson
No branches or pull requests
Previously, compilation froze. With the latest version, I have the following trace:
$ make check
cfg: shell host triple i686-apple-darwin
cfg: llvm host triple i686-apple-darwin
cfg: llvm target triples
cfg: unix-y environment
cfg: using gcc
cfg: disabling valgrind (CFG_DISABLE_VALGRIND)
cfg: including dist rules
cfg: including test rules
check: formatting
compile_and_link: stage0/lib/rustc/i686-apple-darwin/lib/libstd.dylib
dyld: Library not loaded: @rpath/libstd.dylib
Referenced from: /Users/david/Documents/Code/rust/build/stage0/bin/rustc
Reason: image not found
make: *** [stage0/lib/rustc/i686-apple-darwin/lib/libstd.dylib] Trace/BPT trap: 5
I have also tried with a [make clean], the result is the same.
The text was updated successfully, but these errors were encountered: