the fix for this problem was actually committed to apr-util several months ago. But for some reason the fix did not make it in to the tag of any of the RC's. seems like a tagging problem. David, can you just bump the tag on apr-util/xlate/xlate.c up from version 1.21 to 1.22? Then it will all be good.
--Cliff On Thu, 26 Aug 2004, Cliff Woolley wrote: > > 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 >
