El Capitan で ODB を構築しようとしています。clang に関連する xcode のバージョンについて混乱しています。
ODB の 2.4.0 アナウンスを見ると、次の情報が表示されます。
Platform Compiler Version C++ Std Arch Qt Boost Databases
-------------------------------------------------------------------------
Mac OS X Clang 3.5 C++11 x86 32/64 - - All ex MS SQL
シンプルに聞こえるので、Clang 3.5 が必要です!
私のMacでは、次を実行します
$ g++ -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin15.0.0
Thread model: posix
clang-602.0.53
そして、clang 3.5 とはまったく違うように見えるので、今は混乱しています。
Clang 3.5 を入手して ODB をビルドするために使用するには、どこに行けばよいですか?