On Sat, Feb 15, 2014 at 03:34:28PM -0600, Steve Dover wrote: > compile failure of dbutil.c, various typedefs missing. > > unknown type name '___u64' (and 32,16,8) > > I've diffed the entire tree, and can find no obvious changes > between 60 and 62 that lead to this breakage. This is basic > ... > But, in both environments, 2013.60 builds fine.
Hi, There were a few changes in includes.h to do with types, I can't see why it would break things though. Could you try adding #ifdef HAVE_STDINT_H #include <stdint.h> #endif to includes.h before the bit for utmp.h? Cheers, Matt
