Skip to content
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

unable to configure on osx 10.10 with custom build of clang #25720

Closed
nickdesaulniers opened this issue May 22, 2015 · 1 comment
Closed

unable to configure on osx 10.10 with custom build of clang #25720

nickdesaulniers opened this issue May 22, 2015 · 1 comment

Comments

@nickdesaulniers
Copy link

➜  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?

@nickdesaulniers
Copy link
Author

oli-obk pushed a commit to oli-obk/rust that referenced this issue May 23, 2015
oli-obk pushed a commit to oli-obk/rust that referenced this issue May 23, 2015
@bors bors closed this as completed in 64f8640 May 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant