1

単純な 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には言及されていません。これらの定義をそこに追加するだけですか、それとも... 本当にここで失われます。

4

1 に答える 1