Hi I Have downloaded the the Apache source code and I am unable to compile it. I am getting errors from xmlparse.c for different user defined types it seems as though I am missing a header file. Below is the build log.
Creating temporary file "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP9.bat" with contents [ @echo off type .\include\apr.hw > .\include\apr.h ] Creating command line "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP9.bat" Creating command line "rc.exe /l 0x409 /fo"Debug/libapr.res" /i "./include" /d "_DEBUG" /d "APR_VERSION_ONLY" "C: \httpd-2.0.55\srclib\apr\libapr.rc"" Creating apr.h from apr.hw Creating temporary file "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSPE.tmp" with contents [ /nologo /MDd /W3 /GX /Zi /Od /I "./include" /I "./include/arch" /I "./include/ar ch/win32" /I "./include/arch/unix" /D "_DEBUG" /D "APR_DECLARE_EXPORT" /D "WIN32 " /D "_WINDOWS" /Fo"Debug/" /Fd"Debug\libapr_src" /FD /c "C:\httpd-2.0.55\srclib\apr\dso\win32\dso.c" "C:\httpd-2.0.55\srclib\apr\file_io\unix\copy.c" "C:\httpd-2.0.55\srclib\apr\file_io\win32\dir.c" "C:\httpd-2.0.55\srclib\apr\file_io\unix\fileacc.c" "C:\httpd-2.0.55\srclib\apr\file_io\win32\filedup.c" "C:\httpd-2.0.55\srclib\apr\file_io\win32\filepath.c" "C:\httpd-2.0.55\srclib\apr\file_io\unix\filepath_util.c" "C:\httpd-2.0.55\srclib\apr\file_io\win32\filestat.c" "C:\httpd-2.0.55\srclib\apr\file_io\win32\filesys.c" "C:\httpd-2.0.55\srclib\apr\file_io\win32\flock.c" "C:\httpd-2.0.55\srclib\apr\file_io\unix\fullrw.c" "C:\httpd-2.0.55\srclib\apr\file_io\unix\mktemp.c" "C:\httpd-2.0.55\srclib\apr\file_io\win32\open.c" "C:\httpd-2.0.55\srclib\apr\file_io\win32\pipe.c" "C:\httpd-2.0.55\srclib\apr\file_io\win32\readwrite.c" "C:\httpd-2.0.55\srclib\apr\file_io\win32\seek.c" "C:\httpd-2.0.55\srclib\apr\file_io\unix\tempdir.c" "C:\httpd-2.0.55\srclib\apr\locks\win32\proc_mutex.c" "C:\httpd-2.0.55\srclib\apr\locks\win32\thread_cond.c" "C:\httpd-2.0.55\srclib\apr\locks\win32\thread_mutex.c" "C:\httpd-2.0.55\srclib\apr\locks\win32\thread_rwlock.c" "C:\httpd-2.0.55\srclib\apr\memory\unix\apr_pools.c" "C:\httpd-2.0.55\srclib\apr\misc\win32\charset.c" "C:\httpd-2.0.55\srclib\apr\misc\win32\env.c" "C:\httpd-2.0.55\srclib\apr\misc\unix\errorcodes.c" "C:\httpd-2.0.55\srclib\apr\misc\unix\getopt.c" "C:\httpd-2.0.55\srclib\apr\misc\win32\internal.c" "C:\httpd-2.0.55\srclib\apr\misc\win32\misc.c" "C:\httpd-2.0.55\srclib\apr\misc\unix\otherchild.c" "C:\httpd-2.0.55\srclib\apr\misc\win32\rand.c" "C:\httpd-2.0.55\srclib\apr\misc\win32\start.c" "C:\httpd-2.0.55\srclib\apr\misc\win32\utf8.c" "C:\httpd-2.0.55\srclib\apr\misc\unix\version.c" "C:\httpd-2.0.55\srclib\apr\mmap\unix\common.c" "C:\httpd-2.0.55\srclib\apr\mmap\win32\mmap.c" "C:\httpd-2.0.55\srclib\apr\network_io\unix\inet_ntop.c" "C:\httpd-2.0.55\srclib\apr\network_io\unix\inet_pton.c" "C:\httpd-2.0.55\srclib\apr\poll\unix\poll.c" "C:\httpd-2.0.55\srclib\apr\poll\unix\pollacc.c" "C:\httpd-2.0.55\srclib\apr\network_io\win32\sendrecv.c" "C:\httpd-2.0.55\srclib\apr\network_io\unix\sockaddr.c" "C:\httpd-2.0.55\srclib\apr\network_io\win32\sockets.c" "C:\httpd-2.0.55\srclib\apr\network_io\win32\sockopt.c" "C:\httpd-2.0.55\srclib\apr\passwd\apr_getpass.c" "C:\httpd-2.0.55\srclib\apr\shmem\win32\shm.c" "C:\httpd-2.0.55\srclib\apr\strings\apr_cpystrn.c" "C:\httpd-2.0.55\srclib\apr\strings\apr_fnmatch.c" "C:\httpd-2.0.55\srclib\apr\strings\apr_snprintf.c" "C:\httpd-2.0.55\srclib\apr\strings\apr_strings.c" "C:\httpd-2.0.55\srclib\apr\strings\apr_strnatcmp.c" "C:\httpd-2.0.55\srclib\apr\strings\apr_strtok.c" "C:\httpd-2.0.55\srclib\apr\tables\apr_hash.c" "C:\httpd-2.0.55\srclib\apr\tables\apr_tables.c" "C:\httpd-2.0.55\srclib\apr\threadproc\win32\proc.c" "C:\httpd-2.0.55\srclib\apr\threadproc\win32\signals.c" "C:\httpd-2.0.55\srclib\apr\threadproc\win32\thread.c" "C:\httpd-2.0.55\srclib\apr\threadproc\win32\threadpriv.c" "C:\httpd-2.0.55\srclib\apr\time\win32\access.c" "C:\httpd-2.0.55\srclib\apr\time\win32\time.c" "C:\httpd-2.0.55\srclib\apr\time\win32\timestr.c" "C:\httpd-2.0.55\srclib\apr\user\win32\groupinfo.c" "C:\httpd-2.0.55\srclib\apr\user\win32\userinfo.c" ] Creating command line "cl.exe @C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSPE.tmp" Creating temporary file "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSPF.tmp" with contents [ kernel32.lib advapi32.lib ws2_32.lib mswsock.lib ole32.lib shell32.lib rpcrt4.lib /nologo /base:"0x6EEC0000" /subsystem:windows /dll /incremental:no /p db:"Debug/libapr.pdb" /debug /machine:I386 /out:"Debug/libapr.dll" /implib:"Debu g/libapr.lib" ".\Debug\dso.obj" ".\Debug\copy.obj" ".\Debug\dir.obj" ".\Debug\fileacc.obj" ".\Debug\filedup.obj" ".\Debug\filepath.obj" ".\Debug\filepath_util.obj" ".\Debug\filestat.obj" ".\Debug\filesys.obj" ".\Debug\flock.obj" ".\Debug\fullrw.obj" ".\Debug\mktemp.obj" ".\Debug\open.obj" ".\Debug\pipe.obj" ".\Debug\readwrite.obj" ".\Debug\seek.obj" ".\Debug\tempdir.obj" ".\Debug\proc_mutex.obj" ".\Debug\thread_cond.obj" ".\Debug\thread_mutex.obj" ".\Debug\thread_rwlock.obj" ".\Debug\apr_pools.obj" ".\Debug\charset.obj" ".\Debug\env.obj" ".\Debug\errorcodes.obj" ".\Debug\getopt.obj" ".\Debug\internal.obj" ".\Debug\misc.obj" ".\Debug\otherchild.obj" ".\Debug\rand.obj" ".\Debug\start.obj" ".\Debug\utf8.obj" ".\Debug\version.obj" ".\Debug\common.obj" ".\Debug\mmap.obj" ".\Debug\inet_ntop.obj" ".\Debug\inet_pton.obj" ".\Debug\poll.obj" ".\Debug\pollacc.obj" ".\Debug\sendrecv.obj" ".\Debug\sockaddr.obj" ".\Debug\sockets.obj" ".\Debug\sockopt.obj" ".\Debug\apr_getpass.obj" ".\Debug\shm.obj" ".\Debug\apr_cpystrn.obj" ".\Debug\apr_fnmatch.obj" ".\Debug\apr_snprintf.obj" ".\Debug\apr_strings.obj" ".\Debug\apr_strnatcmp.obj" ".\Debug\apr_strtok.obj" ".\Debug\apr_hash.obj" ".\Debug\apr_tables.obj" ".\Debug\proc.obj" ".\Debug\signals.obj" ".\Debug\thread.obj" ".\Debug\threadpriv.obj" ".\Debug\access.obj" ".\Debug\time.obj" ".\Debug\timestr.obj" ".\Debug\groupinfo.obj" ".\Debug\userinfo.obj" ".\Debug\libapr.res" ] Creating command line "link.exe @C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSPF.tmp" Output Window Compiling resources... Compiling... dso.c copy.c dir.c fileacc.c filedup.c filepath.c filepath_util.c filestat.c filesys.c flock.c fullrw.c mktemp.c open.c pipe.c readwrite.c seek.c tempdir.c proc_mutex.c thread_cond.c thread_mutex.c Generating Code... Compiling... thread_rwlock.c apr_pools.c charset.c env.c errorcodes.c getopt.c internal.c misc.c otherchild.c rand.c start.c utf8.c version.c common.c mmap.c inet_ntop.c inet_pton.c poll.c pollacc.c sendrecv.c Generating Code... Compiling... sockaddr.c sockets.c sockopt.c apr_getpass.c shm.c apr_cpystrn.c apr_fnmatch.c apr_snprintf.c apr_strings.c apr_strnatcmp.c apr_strtok.c apr_hash.c apr_tables.c proc.c signals.c thread.c threadpriv.c access.c time.c timestr.c Generating Code... Compiling... groupinfo.c userinfo.c Generating Code... Linking... Creating library Debug/libapr.lib and object Debug/libapr.exp --------------------Configuration: libapriconv - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x409 /fo"Debug/libapriconv.res" /i "./include" /i "../apr/include" /d "_DEBUG" /d "APR_VERSION_ONLY" "C:\httpd-2.0.55\srclib\apr-iconv\libapriconv.rc"" Creating temporary file "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP13.tmp" with contents [ /nologo /MDd /W3 /GX /Zi /Od /I "./include" /I "../apr/include" /D "_DEBUG" /D " API_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /Fo"Debug/" /Fd"Debug\libapriconv_s rc" /FD /c "C:\httpd-2.0.55\srclib\apr-iconv\lib\iconv.c" "C:\httpd-2.0.55\srclib\apr-iconv\lib\iconv_ces.c" "C:\httpd-2.0.55\srclib\apr-iconv\lib\iconv_ces_euc.c" "C:\httpd-2.0.55\srclib\apr-iconv\lib\iconv_ces_iso2022.c" "C:\httpd-2.0.55\srclib\apr-iconv\lib\iconv_int.c" "C:\httpd-2.0.55\srclib\apr-iconv\lib\iconv_module.c" "C:\httpd-2.0.55\srclib\apr-iconv\lib\iconv_uc.c" ] Creating command line "cl.exe @C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP13.tmp" Creating temporary file "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP14.tmp" with contents [ kernel32.lib advapi32.lib /nologo /base:"0x6EE50000" /subsystem:windows /dll /incremental:no /pdb:"Debug/libapriconv.pdb" /debug /machine:I386 /out:"Debug/libapriconv.dll" / implib:"Debug/libapriconv.lib" ".\Debug\iconv.obj" ".\Debug\iconv_ces.obj" ".\Debug\iconv_ces_euc.obj" ".\Debug\iconv_ces_iso2022.obj" ".\Debug\iconv_int.obj" ".\Debug\iconv_module.obj" ".\Debug\iconv_uc.obj" ".\Debug\libapriconv.res" "\httpd-2.0.55\srclib\apr\Debug\libapr.lib" ] Creating command line "link.exe @C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP14.tmp" Output Window Compiling resources... Compiling... iconv.c iconv_ces.c iconv_ces_euc.c iconv_ces_iso2022.c iconv_int.c iconv_module.c iconv_uc.c Generating Code... C:\httpd-2.0.55\srclib\apr-iconv\lib\iconv_ces_iso2022.c(151) : warning C4761: integral size mismatch in argument; conversion supplied C:\httpd-2.0.55\srclib\apr-iconv\lib\iconv_ces_iso2022.c(238) : warning C4761: integral size mismatch in argument; conversion supplied C:\httpd-2.0.55\srclib\apr-iconv\lib\iconv_ces_euc.c(97) : warning C4761: integral size mismatch in argument; conversion supplied C:\httpd-2.0.55\srclib\apr-iconv\lib\iconv_ces_euc.c(143) : warning C4761: integral size mismatch in argument; conversion supplied Linking... Creating library Debug/libapriconv.lib and object Debug/libapriconv.exp --------------------Configuration: gen_uri_delims - Win32 Debug----------------- --- Command Lines Creating temporary file "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP18.tmp" with contents [ /nologo /MDd /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fo "Debug/" /Fd"Debug\gen_uri_delims" /FD /c "C:\httpd-2.0.55\srclib\apr-util\uri\gen_uri_delims.c" ] Creating command line "cl.exe @C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP18.tmp" Creating command line "link.exe kernel32.lib /nologo /subsystem:console /incremental:no /pdb:"Debug\gen_uri_deli ms.pdb" /debug /machine:I386 /out:"gen_uri_delims.exe" ".\Debug\gen_uri_delims. obj" " Output Window Compiling... gen_uri_delims.c Linking... --------------------Configuration: xml - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP1A.bat" with contents [ @echo off type .\winconfig.h > .\config.h ] Creating command line "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP1A.bat" Creating temporary file "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP1B.bat" with contents [ @echo off type .\expat.h.in > .\expat.h ] Creating command line "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP1B.bat" Creating temporary file "C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP1C.tmp" with contents [ /nologo /MDd /W3 /GX /Zi /Od /I "." /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MB CS" /D VERSION=\"expat_1.95.1\" /D XML_MAJOR_VERSION=1 /D XML_MINOR_VERSION=95 /D XML_MICRO_VERSION=1 /Fo"LibD/" /Fd"LibD\xml_src" /FD /c "C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c" "C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlrole.c" "C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmltok.c" ] Creating command line "cl.exe @C:\DOCUME~1\TEMP\LOCALS~1\Temp\RSP1C.tmp" Creating config.h from winconfig.h File not found - .\WINCONFIG.H Creating expat.h from expat.h.in File not found - .\EXPAT.H.IN Creating command line "link.exe - lib /nologo /out:"LibD\xml.lib" ".\LibD\xmlparse.obj" ".\LibD\xmlrole.obj" ".\L ibD\xmltok.obj" " Output Window Compiling... xmlparse.c C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(88) : error C2061: syntax error : identifier 'XML_Memory_Handling_Suite' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(89) : error C2059: syntax error : '}' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(169) : error C2061: syntax error : identifier 'XML_Memory_Handling_Suite' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(170) : error C2059: syntax error : '}' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(197) : error C2061: syntax error : identifier 'HASH_TABLE' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(198) : error C2061: syntax error : identifier 'elementTypes' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(198) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(199) : error C2061: syntax error : identifier 'attributeIds' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(199) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(200) : error C2061: syntax error : identifier 'prefixes' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(200) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(201) : error C2061: syntax error : identifier 'pool' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(201) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(216) : error C2059: syntax error : '}' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(225) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(225) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(225) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(225) : error C2059: syntax error : ',' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(228) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(230) : error C2061: syntax error : identifier 'prologProcessor' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(230) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(231) : error C2061: syntax error : identifier 'prologInitProcessor' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(231) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(232) : error C2061: syntax error : identifier 'contentProcessor' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(232) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(233) : error C2061: syntax error : identifier 'cdataSectionProcessor' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(233) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(237) : error C2061: syntax error : identifier 'epilogProcessor' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(237) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(238) : error C2061: syntax error : identifier 'errorProcessor' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(238) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(239) : error C2061: syntax error : identifier 'externalEntityInitProcessor' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(239) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(240) : error C2061: syntax error : identifier 'externalEntityInitProcessor2' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(240) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(241) : error C2061: syntax error : identifier 'externalEntityInitProcessor3' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(241) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(242) : error C2061: syntax error : identifier 'externalEntityContentProcessor' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(242) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(245) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(245) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(245) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(245) : error C2059: syntax error : ',' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(245) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(247) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(247) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(247) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(247) : error C2059: syntax error : ',' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(247) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(249) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(249) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(249) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(249) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(251) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(251) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(251) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(251) : error C2059: syntax error : ',' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(252) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(254) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(254) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(254) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(254) : error C2059: syntax error : ',' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(254) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(256) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(256) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(256) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(256) : error C2059: syntax error : ',' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(257) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(259) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(259) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(259) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(259) : error C2059: syntax error : ',' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(259) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(264) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(264) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(264) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(264) : error C2059: syntax error : ',' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(265) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(267) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(267) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(267) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(267) : error C2059: syntax error : ',' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(267) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(272) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(272) : error C2081: 'XML_Parser' : name in formal parameter list illegal C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(272) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(272) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(272) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(275) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(275) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(275) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(275) : error C2059: syntax error : ',' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(276) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(278) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(278) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(278) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(278) : error C2059: syntax error : ',' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(279) : error C2059: syntax error : ')' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(281) : error C2146: syntax error : missing ')' before identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(281) : error C2061: syntax error : identifier 'parser' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(281) : error C2059: syntax error : ';' C:\httpd-2.0.55\srclib\apr-util\xml\expat\lib\xmlparse.c(281) : fatal error C1003: error count exceeds 100; stopping compilation xmlrole.c xmltok.c Generating Code... Error executing cl.exe.