I use c++ and for me at least UINT64_C and INT64_C are defined in inttypes.h. The check for UINT64_C in common.h is done before the #include <inttypes.h> so get error. Not sure where it is supposed to be defined and easy work around but letting you know.