You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2002/07/03 02:52:48 UTC

No time to debug this...

D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(168) : error C2039: 
'thlock' : is not a member of 'apr_file_t'
D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(169) : error C2039: 
'thlock' : is not a member of 'apr_file_t'
D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(170) : warning C4047: 
'function' : 'unsigned int ' differs in levels of indirection from 'struct 
apr_pool_t *'
D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(170) : warning C4024: 
'apr_thread_mutex_create' : different types for formal and actual parameter 2
D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(170) : error C2198: 
'apr_thread_mutex_create' : too few actual parameters
D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(171) : error C2039: 
'thlock' : is not a member of 'apr_file_t'
D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(171) : error C2198: 
'apr_thread_mutex_destroy' : too few actual parameters
D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(183) : error C2039: 
'filedes' : is not a member of 'apr_file_t'


Re: No time to debug this...

Posted by Brian Pane <bp...@pacbell.net>.
William A. Rowe, Jr. wrote:

> D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(168) : error 
> C2039: 'thlock' : is not a member of 'apr_file_t'
> D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(169) : error 
> C2039: 'thlock' : is not a member of 'apr_file_t'
> D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(170) : warning 
> C4047: 'function' : 'unsigned int ' differs in levels of indirection 
> from 'struct apr_pool_t *'
> D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(170) : warning 
> C4024: 'apr_thread_mutex_create' : different types for formal and 
> actual parameter 2
> D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(170) : error 
> C2198: 'apr_thread_mutex_create' : too few actual parameters
> D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(171) : error 
> C2039: 'thlock' : is not a member of 'apr_file_t'
> D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(171) : error 
> C2198: 'apr_thread_mutex_destroy' : too few actual parameters
> D:\clean\httpd-2.0\srclib\apr\file_io\win32\filedup.c(183) : error 
> C2039: 'filedes' : is not a member of 'apr_file_t' 


Sorry, it was my last commit that broke that.  I just committed a fix

--Brian