美文网首页
mac os 'math.h' file not found

mac os 'math.h' file not found

作者: 王国的荣耀 | 来源:发表于2021-08-21 17:17 被阅读0次

In file included from thirdparty/harfbuzz/src/hb-aat-layout.cc:28:
In file included from thirdparty/harfbuzz/src/hb.hh:178:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/math.h:300:15: fatal error: 'math.h' file not found

解决方式:

  1. 将文件夹“/Library/Developer/CommandLineTools/usr/”重命名为usr-
  2. 再将/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr拷贝到此目录下。

相关文章

网友评论

      本文标题:mac os 'math.h' file not found

      本文链接:https://www.haomeiwen.com/subject/eyofiltx.html