As Ryan already supposed, his latest patches break non-*NIX
  builds, at least the Win32 one:

core.c
.\include\mpm_common.h(250) : error C2061: 
Syntax error : Variable 'accept_lock_mech'
.\include\mpm_common.h(250) : error C2059: 
Syntax error : ';' 


httpd-2.0\server\core.c(2853) : error C2152: 'initializing' :
Pointer to function with different attributes
httpd-2.0\server\core.c(2857) : error C2152: 'initializing' : 
Pointer to function with different attributes
httpd-2.0\server\core.c(2861) : error C2152: 'initializing' : 
Pointer to function with different attributes
httpd-2.0\server\core.c(2865) : error C2152: 'initializing' : 
Pointer to function with different attributes
httpd-2.0\server\core.c(2869) : error C2152: 'initializing' : 
Pointer to function with different attributes
httpd-2.0\server\core.c(2873) : error C2152: 'initializing' : 
Pointer to function with different attributes


listen.c
.\include\mpm_common.h(250) : error C2061: 
Syntax error : Variable 'accept_lock_mech'
.\include\mpm_common.h(250) : error C2059: 
Syntax error : ';' 


mpm_winnt.c
.\include\mpm_common.h(250) : error C2061: 
Syntax error : Variable 'accept_lock_mech'
.\include\mpm_common.h(250) : error C2059: 
Syntax error : ';' 


httpd-2.0\server\mpm\winnt\mpm_winnt.c(124) : error C2373: 
'ap_pid_fname' : Already declared; different modifiers
.\include\mpm_common.h(232) : See declaration of 'ap_pid_fname'

-- 
  Sebastian Bergmann                     Measure Traffic & Usability
  http://sebastian-bergmann.de/            http://phpOpenTracker.de/

Reply via email to