-
Notifications
You must be signed in to change notification settings - Fork 25
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
fatal error: 'stdarg.h' file not found #17
Comments
在 默认的那个路径应该是xcode 6.0的路径,升级了Xcode需要修改下头文件路径 |
谢谢! |
理论上是没关系的,因为 |
OK,插件问题已经解决。 |
PS: 改完配置需要重启下 |
额,我有点强迫症。。刚才那个brew 后面的make,会产生一些不好的影响吗?因为我看到系统的llvm 是3.6.0,而那个brew下载的却都是3.5.1。 |
我提交Github上面有把libclang3.5和头文件提交,对sublime-text本身没啥影响。但是对Xcode就不好说了 Orz Zitone He [email protected]于2015年5月3日星期日写道:
|
完了完了完了,我又想抹盘了。。 |
你去http://llvm.org/releases/download.html 下个最新版build吧 :) Zitone He [email protected]于2015年5月3日星期日写道:
|
看着好麻烦= = |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/4.2.1/cstdarg:51:10: fatal error: 'stdarg.h' file not found
经过分别禁用其他插件和本插件,我这里还是提示这个错误。
会不会是我的brew install --with-clang --with-all-targets --with-rt==> Patchingal --jit llvm这个命令导致的呢?这个brew命令执行到make的时候,很长时间没有反应,我就ctrl c了。。
平台:Xcode 6.3.1,安装了command line tools,OS X 10.10.3。
The text was updated successfully, but these errors were encountered: