I didi take it, and now it compiles fine under win 2000. The server runs well under win2000 and nt 4.0 server.
As there are no other problem reportts, it's time to tag RC3 ? André aarboard ag internet - networks - screen&print design - multimedia Egliweg 10 - Postfach 214 - CH-2560 Nidau (Switzerland) Phone +41 32 332 9714 - Fax +41 32 332 9715 www.aarboard.ch - [EMAIL PROTECTED] >>> [EMAIL PROTECTED] 23.06.2004 21:13:10 >>> I just commited a fix for this. Bill Andre Schild wrote: > 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 >