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 : '}'
F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(125) : error
C2037: left of 'ich' specifies undefined struct/union 'apr_xlate_t'
F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(125) : error
C2065: 'apr_iconv_t' : undeclared identifier
F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(126) : error
C2037: left of 'ich' specifies undefined struct/union 'apr_xlate_t'
F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(126) : error
C2037: left of 'pool' specifies undefined struct/union 'apr_xlate_t'
F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(126) : error
C2198: 'apr_iconv_close' : too few actual parameters
F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(192) : error
C2037: left of 'ich' specifies undefined struct/union 'apr_xlate_t'
....
After replacing the xlate.c with an older version all is ok again.
--
Juergen Heckel
- Re: [Win32] compile errors in xlate.c Juergen Heckel
- Re: [Win32] compile errors in xlate.c Sebastian Bergmann
- Re: [Win32] compile errors in xlate.c Juergen Heckel
