尝试编译一个简单的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中没有提到它。我只是在那里添加这些定义或者......真的丢失了。