编译期间未找到int8头文件

时间:2014-07-14 17:51:29

标签: gcc gcc4.7

尝试编译一个简单的c程序并获得错误。

In file included from /opt/local/lib/gcc47/gcc/x86_64-apple-         darwin13/4.7.3/include/stdint.h:3:0,
             from ecl/config.h:134,
             from ecl/ecl.h:35,
             from main.c:2:
/opt/local/lib/gcc47/gcc/x86_64-apple-darwin13/4.7.3/include-fixed/stdint.h:27:32: fatal error: sys/_types/_int8_t.h: No such file or directory
compilation terminated.

这是什么错误,我该如何解决?从我收集的int8等是stdint.h中的typedefined,但是在types.h或_types.h中没有提到它。我只是在那里添加这些定义或者......真的丢失了。

0 个答案:

没有答案