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
I was building rust 0.5 on Linux Mint 13 64-bit according to the instructions in the tutorial. make stopped with the error message
/home/computer/rust-0.5/src/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:20:10: fatal error: 'new' file not found
I commented out the #include line in asan_new_delete.cc and it finished compiling and the compiler works.
The text was updated successfully, but these errors were encountered:
Not critical for 0.6; removing milestone
Sorry, something went wrong.
Rust has been compiling without errors on many linux systems lately, so I think this issue probably got fixed. Please reopen if you see this again.
Merge pull request rust-lang#4247 from RalfJung/foreign-items-comment
1d42087
foreign_items: make comment more consistent
No branches or pull requests
I was building rust 0.5 on Linux Mint 13 64-bit according to the instructions in the tutorial. make stopped with the error message
/home/computer/rust-0.5/src/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:20:10: fatal error:
'new' file not found
include
I commented out the #include line in asan_new_delete.cc and it finished compiling and the compiler works.
The text was updated successfully, but these errors were encountered: