Has anybody gotten apr-util to compile with apr-iconv? I get the following on win32 when building apr-util with apr and apr-iconv all present:
apr-util\xlate\xlate.c(181): error C2198: 'apr_iconv_close' : too few arguments for call through pointer-to-function apr-util\xlate\xlate.c(182): error C2198: 'apr_iconv_open' : too few arguments for call through pointer-to-function apr-util\xlate\xlate.c(182): warning C4047: '=' : 'apr_iconv_t' differs in levels of indirection from 'apr_status_t' It would be a two line fix to xlate.c to get rid of this problem. Honestly it seems unlikely anybody's ever even attempted to compile on this path, so I'm not sure if I care. And in any event, other than that it looks good. +1 with or without a fix. --Cliff
