d-m-bailey / cvc

CVC: Circuit Validity Checker. Check for errors in CDL netlist.
GNU General Public License v3.0
21 stars 1 forks source link

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

Open yurivict opened 2 years ago

yurivict commented 2 years ago
obstack.c:32:10: fatal error: 'stdint-gcc.h' file not found
#include <stdint-gcc.h>
         ^~~~~~~~~~~~~~
d-m-bailey commented 2 years ago

I've heard that obstack doesn't compile on MacOS. Is that your target?

yurivict commented 2 years ago

My target is FreeBSD - it is also clang-based.

yurivict commented 2 years ago

FYI: Commenting out #include <stdint-gcc.h> doesn't seem to affect compilation.