On Wed, 23 Jun 2004 08:42:14 +0200, Andre Schild wrote: > Hello, > > It fails when compiling xlate.c to generate libaprutil > > xlate.c > c:\Develop\Apache\httpd-2.0.50-rc1\srclib\apr-util\xlate\xlate.c(181) : > error C2 > 198: 'apr_iconv_close' : Nicht genuegend Parameter uebergeben > c:\Develop\Apache\httpd-2.0.50-rc1\srclib\apr-util\xlate\xlate.c(182) : > error C2 > 198: 'apr_iconv_open' : Nicht genuegend Parameter uebergeben > c:\Develop\Apache\httpd-2.0.50-rc1\srclib\apr-util\xlate\xlate.c(182) : > warning > C4047: '=' : Anzahl der Dereferenzierungen bei 'void *' und 'int ' > unterschiedli > ch > Are you sure you have the rc2 tag? it looks like you have the rc1 directory name there?.. rc1 is NOT httpd 2.0 it was accidentally a 2.1 head tarball.
> > > The problem are the changes between 1.17.2.1 and 1.17.2.2 > > At two places the apr_iconv_close is called only with one argument, but > in the header file, it takes a second parameter. (The pool) > > apr_iconv_close(convset->ich); > > >
