Hi,

> INT64_C undeclared

I guess you're using the older APR.
I formerly met the same error with the older APR.

We need the following code (the code is excerpted from the latest apr.h.in).

#if defined(__cplusplus) && !defined(__STDC_CONSTANT_MACROS)
/* C99 7.18.4 requires that stdint.h only exposes INT64_C 
 * and UINT64_C for C++ implementations if this is defined: */
#define __STDC_CONSTANT_MACROS
#endif


- INOUE Seiichiro <[EMAIL PROTECTED]>

Reply via email to