【发布时间】:2019-01-31 06:46:43
【问题描述】:
当我尝试编译一个基本的 C 程序时,我就遇到过这种情况。 有人可以帮忙吗?
因此,我在为 npm 重建 node-gyp 时遇到了麻烦。
In file included from /usr/lib/gcc/x86_64-linux-gnu/7/include/stdint.h:9:0,
from test.c:1:
/usr/include/stdint.h:34:10: fatal error: bits/stdint-intn.h: No such file or directory
#include <bits/stdint-intn.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
【问题讨论】:
-
基本上,您没有完整安装相关标头。您需要(重新)安装相关软件包。