4

我正在尝试在 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?

4

0 回答 0