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