由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Mavericks 9.2 and clang 5.1
相关主题
被苹果给惊呆了!! (转载)问个disable copy constructor的问题
专业c++程序员都用什么ide (转载)非虚函数里调用虚函数无效?
问一个volatile和memcpy一起用的问题玩了玩emscripten
牛人们来看看这个Dao语言怎么样gcc 4.81.或者Clang 都自称C++11 feature 全部支持了
C++11 support is now feature-complete in clang.C++问题: 指针变量是哪里产生的?
C++ 11问题:emplace_back()c++的一个诡异问题,高手请进
haskell 好像还不支持arm 64吧。C++11和clang的很多新特性本质就是纵容新手酒驾
感觉python的前途堪忧 (转载)哪位大牛简单说说compiler里的bootstrap是干啥用的?
相关话题的讨论汇总
话题: clang话题: xcrun话题: mavericks话题: developer话题: library
进入Programming版参与讨论
1 (共1页)
g****y
发帖数: 436
1
Hi, I recently updated from 9.1 to 9.2 and consequently installed the latest
Xcode that bundles with clang 5.1, which is now notorious for its "feature"
in calling warnings as errors.
So I manually delete it:
sudo rm -r /Library/Developer/CommandLineTools/usr/
xcrun
xcrun: error: invalid active developer path (/Library/Developer/
CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr
/bin/xcrun
Then I install Command Line tools for Mavericks 9.1 which bundles with clang
5.0:
clang -v
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
What's funny with it is the installed version is automatically reverted to
clang 5.1 a few days later.
Does any one have the same issue?
1 (共1页)
进入Programming版参与讨论
相关主题
哪位大牛简单说说compiler里的bootstrap是干啥用的?C++11 support is now feature-complete in clang.
C++现在写起来真舒服啊C++ 11问题:emplace_back()
什么工具可以查出这种错?haskell 好像还不支持arm 64吧。
为什么很多数据挖掘的开发包都是用Python或R写的?感觉python的前途堪忧 (转载)
被苹果给惊呆了!! (转载)问个disable copy constructor的问题
专业c++程序员都用什么ide (转载)非虚函数里调用虚函数无效?
问一个volatile和memcpy一起用的问题玩了玩emscripten
牛人们来看看这个Dao语言怎么样gcc 4.81.或者Clang 都自称C++11 feature 全部支持了
相关话题的讨论汇总
话题: clang话题: xcrun话题: mavericks话题: developer话题: library