作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我试图使用 gcc 10.2.8 编译我的代码,但出现此错误:
scons: *** [S.os] Error 1
In file included from /usr/local/Cellar/gcc/10.2.0_2/include/c++/10.2.0/cstdio:42,
from Public_Library/C.h:10,
from Public_Library/D.h:11,
from Public_Library/RS.h:10,
from Projects/S/main.cpp:1:
/usr/local/Cellar/gcc/10.2.0_2/lib/gcc/10/gcc/x86_64-apple-darwin18/10.2.0/include-fixed/stdio.h:219:10: fatal error: _ctermid.h: No such file or directory
我发现了一些这样的问题,但问题是我的 Mac 上没有 Xcode,而且我已经多次更新了我的命令行工具,但它没有用。
最佳答案
我只是要添加这个以防它可以帮助其他人。我将我的 OSX 更新为 big sure 并安装了 Xcode,但这并没有帮助。为我解决问题的是使用以下命令获得非浅层版本的 brew:git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
然后更新和升级我的 brew。brew update
brew upgrade
关于c++ - _ctermid.h : No such file or directory error on mac without Xcode,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65929270/
我是一名优秀的程序员,十分优秀!