Hello, I have taken the sources as tagged in CSV and tried it to build under Windows 2000.
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 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); Andr� >>> [EMAIL PROTECTED] 22.06.2004 22:09:39 >>> Hi, My second attempt at preparing a 2.0.50 rc tarball... I've tagged the tree (STRIKER_2_0_50_RC2) and uploaded associated tarballs to: http://httpd.apache.org/dev/dist/ Please test and report. Thanks! Sander
