You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Juergen Heckel <JH...@t-online.de> on 2002/11/11 06:23:56 UTC

[Win32] compile error mod_isapi.c

Hi,

with the latest snapshots I get a compiler error:

Compiling...
mod_isapi.c
F:\Projects\MSVC\httpd-2.0\modules\arch\win32\mod_isapi.c(895) : error 
C2065: 'rv' : undeclared identifier
F:\Projects\MSVC\httpd-2.0\modules\arch\win32\mod_isapi.c(1501) : error 
C2065: 'comp' : undeclared identifier
F:\Projects\MSVC\httpd-2.0\modules\arch\win32\mod_isapi.c(1501) : 
warning C4047: 'function' : 'struct apr_thread_mutex_t *' differs in 
levels of indirection from 'int '
F:\Projects\MSVC\httpd-2.0\modules\arch\win32\mod_isapi.c(1501) : 
warning C4024: 'apr_thread_mutex_lock' : different types for formal and 
actual parameter 1
Error executing cl.exe.


Juergen

Re: [Win32] compile error mod_isapi.c

Posted by Juergen Heckel <JH...@t-online.de>.
William A. Rowe, Jr. wrote:
> Fixed, thank you for the report Juergen!

Hi,
thank you, it's ok now:-)

Juergen

Re: [Win32] compile error mod_isapi.c

Posted by "William A. Rowe, Jr." <wr...@apache.org>.
Fixed, thank you for the report Juergen!

At 11:23 PM 11/10/2002, Juergen Heckel wrote:
>Hi,
>
>with the latest snapshots I get a compiler error:
>
>Compiling...
>mod_isapi.c
>F:\Projects\MSVC\httpd-2.0\modules\arch\win32\mod_isapi.c(895) : error C2065: 'rv' : undeclared identifier
>F:\Projects\MSVC\httpd-2.0\modules\arch\win32\mod_isapi.c(1501) : error C2065: 'comp' : undeclared identifier
>F:\Projects\MSVC\httpd-2.0\modules\arch\win32\mod_isapi.c(1501) : warning C4047: 'function' : 'struct apr_thread_mutex_t *' differs in levels of indirection from 'int '
>F:\Projects\MSVC\httpd-2.0\modules\arch\win32\mod_isapi.c(1501) : warning C4024: 'apr_thread_mutex_lock' : different types for formal and actual parameter 1
>Error executing cl.exe.
>
>
>Juergen