Fails to build with clang-13: fatal error: 'stdint-gcc.h' file not found
yurivict opened this issue · 3 comments
yurivict commented
obstack.c:32:10: fatal error: 'stdint-gcc.h' file not found
#include <stdint-gcc.h>
^~~~~~~~~~~~~~
d-m-bailey commented
I've heard that obstack doesn't compile on MacOS. Is that your target?
yurivict commented
My target is FreeBSD - it is also clang-based.
yurivict commented
FYI: Commenting out #include <stdint-gcc.h>
doesn't seem to affect compilation.