Markus Wichitill wrote:On Win32/VC6, compilation currently fails, probably caused by changes in rev 106473:
modperl_filter.c(403) : error C2275: 'modperl_handler_t' : illegal use of this type as an expression
modperl_types.h(177) : see declaration of 'modperl_handler_t'
Yup, the "usual" declaration, after code problem :( Please try again with the current svn.
More of the same (current SVN)?
cl -IC:/Dev/src/modperl-2.0/src/modules/perl -IC:/Dev/src/modperl-2.0/xs -IC:\dev\apache2\include -I"C:\dev\apac
he2\include" -IC:\dev\apache2\include -nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_F
CRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -I"C:\dev\perl\lib\C
ORE" -DMOD_PERL -MD -Zi -DNDEBUG -O1 -c modperl_cmd.c && C:\dev\perl\bin\perl.exe -MExtUtils::Command -e mv modperl_cm
d.obj modperl_cmd.lo
modperl_cmd.c
modperl_cmd.c(284) : error C2143: syntax error : missing ';' before 'type'
modperl_cmd.c(285) : error C2275: 'apr_finfo_t' : illegal use of this type as an expression
C:\dev\apache2\include\apr_file_info.h(132) : see declaration of 'apr_finfo_t'
modperl_cmd.c(285) : error C2146: syntax error : missing ';' before identifier 'finfo'
modperl_cmd.c(285) : error C2065: 'finfo' : undeclared identifier
modperl_cmd.c(287) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct apr_finfo_t *'
modperl_cmd.c(287) : error C2065: 'p' : undeclared identifier
modperl_cmd.c(287) : warning C4047: 'function' : 'struct apr_pool_t *' differs in levels of indirection from 'int '
modperl_cmd.c(287) : warning C4024: 'apr_stat' : different types for formal and actual parameter 4
modperl_cmd.c(288) : error C2224: left of '.filetype' must have struct/union type
modperl_cmd.c(289) : warning C4047: 'function' : 'struct apr_pool_t *' differs in levels of indirection from 'int '
modperl_cmd.c(289) : warning C4024: 'apr_palloc' : different types for formal and actual parameter 1
modperl_cmd.c(306) : warning C4047: 'function' : 'struct apr_pool_t *' differs in levels of indirection from 'int '
modperl_cmd.c(306) : warning C4024: 'apr_pstrcat' : different types for formal and actual parameter 1
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
