[Win32] compile errors in xlate.c

2003-01-11 Thread Juergen Heckel
Hi, since 2 or three days I get the following compile errors: ... xlate.c F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(102) : error C2061: syntax error : identifier 'apr_iconv_t' F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(104) : error C2059: syntax error : '}'

Re: [Win32] compile errors in xlate.c

2003-01-11 Thread Sebastian Bergmann
Juergen Heckel wrote: since 2 or three days I get the following compile errors: Current HEAD builds fine for me on Win32. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift:

Re: [Win32] compile errors in xlate.c

2003-01-11 Thread Juergen Heckel
Sebastian Bergmann wrote: Juergen Heckel wrote: since 2 or three days I get the following compile errors: Current HEAD builds fine for me on Win32. Hi, thank you. I found it: my apr-iconv was three days to old :-( -- Juergen Heckel