我已经尝试了几乎所有在堆栈溢出和其他论坛上获得/usr/include/文件夹在我的mac (目前使用OSX10.9.5)。
我还没有测试Xcode上是否有标准库,但是我只是尝试从github构建cloudera/hue,并且它不会安装,因为没有/usr/include/python2.7 (并且不能真正询问他们的论坛,因为错误不是来自cloudera/hue)。
如何获得/usr/include文件夹?
发布于 2018-10-28 23:31:04
试在10.14:
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
发布于 2015-08-05 21:02:24
尝尝这个
xcode-select --installhttps://stackoverflow.com/questions/31433422
复制相似问题