cvc
cvc copied to clipboard
Fails to build with clang-13: fatal error: 'stdint-gcc.h' file not found
obstack.c:32:10: fatal error: 'stdint-gcc.h' file not found
#include <stdint-gcc.h>
^~~~~~~~~~~~~~
I've heard that obstack doesn't compile on MacOS. Is that your target?
My target is FreeBSD - it is also clang-based.
FYI: Commenting out #include <stdint-gcc.h> doesn't seem to affect compilation.