严重错误:找不到MacOs Catalina'limits.h'文件

时间:2020-05-12 13:19:48

标签: macos openssl macos-catalina macos-mojave

因此,当我在Mojave机器上本地运行此脚本时,我有一个为我的android项目构建openssl的脚本都可以正常工作,但是似乎在Catalina上运行的Jenkins服务器上失败,并出现以下错误。

In file included from apps/app_rand.c:10:
In file included from apps/apps.h:13:
./e_os.h:13:11: fatal error: 'limits.h' file not found
# include <limits.h>
          ^~~~~~~~~~
1 error generated.
make[1]: *** [apps/app_rand.o] Error 1
make: *** [all] Error 2

我已经尝试使用xcode-select --install更新我的CommandLineTools,但不走运。 我已经尝试过'open / /macosheaders.pkg',但是很遗憾,它在我的机器上不存在。

0 个答案:

没有答案