d-m-bailey/cvc

Fails to build with clang-13: fatal error: 'stdint-gcc.h' file not found

yurivict opened this issue · 3 comments

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.