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
➜ build git:(master) ✗ ../configure ... configure: on OS X >=10.9, forcing use of clang configure: configure: CFG_ENABLE_CLANG := 1 configure: CFG_USING_CLANG := 1 configure: error: bad CLANG version: 3.7.0, need >=3.0svn ➜ build git:(master) ✗ clang -v clang version 3.7.0 (trunk) (llvm/trunk 228281) Target: x86_64-apple-darwin14.3.0 Thread model: posix ➜ build git:(master) ✗ which clang /usr/local/bin/clang ➜ build git:(master) ✗ git log -1 | tee commit c3d60aba6c86883c79055c1a3923d4db116b644e Merge: 7044f4a 86a821e Author: bors <bors@rust-lang.org> Date: Thu May 21 19:41:18 2015 +0000 Auto merge of #25669 - GuillaumeGomez:typo-fix, r=Manishearth r? @steveklabnik
This is with clang built from source.
Guessing something in here is not right.
compare:
➜ build git:(master) ✗ /usr/bin/clang --version Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) Target: x86_64-apple-darwin14.3.0 Thread model: posix ➜ build git:(master) ✗ /usr/local/bin/clang --version clang version 3.7.0 (trunk) (llvm/trunk 228281) Target: x86_64-apple-darwin14.3.0 Thread model: posix
What was that expression about regexes?
The text was updated successfully, but these errors were encountered:
https://github.com/rust-lang/rust/blob/master/configure#L989 needs 3.7. I got this.
Sorry, something went wrong.
allow clang 3.7 to be used when configuring Fixes rust-lang#25720
2b803dc
882af3f
64f8640
No branches or pull requests
This is with clang built from source.
Guessing something in here is not right.
compare:
What was that expression about regexes?
The text was updated successfully, but these errors were encountered: