my definition of this is in /usr/include/stdint.h # define UINT64_MAX (__UINT64_C(18446744073709551615)) which is included from in /usr/include/inttypes.h which I assume is included as you use these int types in the nut.c code. example : uint64_t hope this will help you find a solution.