You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Bill Stoddard <bi...@wstoddard.com> on 2004/06/21 19:46:39 UTC

Win32 build break

Ok, who's the culprit? I have no time to dig into this now...

xlate.c
C:\home\apache\apache20\clean\httpd-2.0\srclib\apr-util\xlate\xlate.c(181) : error C2198: 'apr_iconv_close' : 
too few actual parameters
C:\home\apache\apache20\clean\httpd-2.0\srclib\apr-util\xlate\xlate.c(182) : error C2198: 'apr_iconv_open' : 
too few actual parameters
C:\home\apache\apache20\clean\httpd-2.0\srclib\apr-util\xlate\xlate.c(182) : warning C4047: '=' : 'void *' 
differs in levels of indirection from 'int '
apr_xml.c
Generating Code...
Error executing cl.exe.

Apache.exe - 2 error(s), 5 warning(s)

Re: Win32 build break

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
CVS HEAD or API_0_9_BRANCH, against apr-util APU_0_9_BRANCH, or
that CVS HEAD?  Most such problems are a side effect of mixing versions.

Bill

At 12:46 PM 6/21/2004, Bill Stoddard wrote:
>Ok, who's the culprit? I have no time to dig into this now...
>
>xlate.c
>C:\home\apache\apache20\clean\httpd-2.0\srclib\apr-util\xlate\xlate.c(181) : error C2198: 'apr_iconv_close' : too few actual parameters
>C:\home\apache\apache20\clean\httpd-2.0\srclib\apr-util\xlate\xlate.c(182) : error C2198: 'apr_iconv_open' : too few actual parameters
>C:\home\apache\apache20\clean\httpd-2.0\srclib\apr-util\xlate\xlate.c(182) : warning C4047: '=' : 'void *' differs in levels of indirection from 'int '
>apr_xml.c
>Generating Code...
>Error executing cl.exe.
>
>Apache.exe - 2 error(s), 5 warning(s)