> >> +#ifndef INT64_C > >> +#define INT64_C(c) c ## LL > >> +#endif > > Is this necessary ? > > Yes, it is, given that the module is C++ and the INT64_C stuff is C99. Adding "#define __STDC_FORMAT_MACROS" at the begining of the file might fix it correctly. -- Rémi Duraffort | ivoire http://ivoire.dinauz.org/blog/