Hi,

I'm trying to build mod_perl-1.30 with apache_1.3.37, with little success.

perl -v ->>> This is perl, v5.8.8 built for i386-linux

Having downloaded and extracted the sources, I did:
perl Makefile.PL \
 APACHE_SRC=../apache_1.3.37/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 \
 APACI_ARGS='--sbindir=/usr/local/sbin, --sysconfdir=/etc/apache1_local' \
 USE_DSO=1

This seemed successful.

Running 'make' fails with errors as attached. 
Has anyone any suggestions, please, as to what I'm doing wrong?

-- 
Tony van der Hoff        | mailto:[EMAIL PROTECTED]
Buckinghamshire, England

In file included from mod_perl.c:58:
mod_perl.h:79:20: error: EXTERN.h: No such file or directory
In file included from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:756:21: error: embed.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2120:19: error: handy.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2284:24: error: unixish.h: No such 
file or directory
In file included from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2695: error: expected 
specifier-qualifier-list before 'I32'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2710: error: expected declaration 
specifiers or '...' before '*' token
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2710: error: 'I32' declared as 
function returning a function
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2733:24: error: iperlsys.h: No such 
file or directory
In file included from /usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2746,
                 from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/include/regexp.h: In function 'compile':
/usr/include/regexp.h:110: error: 'INIT' undeclared (first use in this function)
/usr/include/regexp.h:110: error: (Each undeclared identifier is reported only 
once
/usr/include/regexp.h:110: error: for each function it appears in.)
/usr/include/regexp.h:115: error: expected ';' before 'regex_t'
/usr/include/regexp.h:129: error: '__expr_ptr' undeclared (first use in this 
function)
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2747:16: error: sv.h: No such file 
or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2748:18: error: util.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2750:16: error: gv.h: No such file 
or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2751:17: error: pad.h: No such file 
or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2752:16: error: cv.h: No such file 
or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2753:21: error: opnames.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2754:16: error: op.h: No such file 
or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2755:17: error: cop.h: No such file 
or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2756:16: error: av.h: No such file 
or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2757:16: error: hv.h: No such file 
or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2758:16: error: mg.h: No such file 
or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2759:19: error: scope.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2760:22: error: warnings.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2761:18: error: utf8.h: No such 
file or directory
In file included from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h: At top level:
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2771: error: expected 
specifier-qualifier-list before 'regnode'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2779: error: field 'super_state' 
declared as a function
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2780: error: field 'sub_inwhat' 
declared as a function
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3188: error: 'uf_val' declared as 
function returning a function
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3189: error: 'uf_set' declared as 
function returning a function
In file included from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3440: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3442: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3444: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3446: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3448: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3450: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3452: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3454: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3456: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3458: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3460: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3462: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3464: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3466: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3468: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3470: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3472: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3474: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3476: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3479: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3487: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'const'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3488: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'int'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3566: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'unsigned'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3605: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'unsigned'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3681: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'unsigned'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3716:19: error: perly.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3813: error: array type has 
incomplete element type
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3823: error: expected '=', ',', 
';', 'asm' or '__attribute__' before '*' token
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3824: error: expected ')' before 
'*' token
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3827: error: expected ')' before 
'*' token
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3831: error: expected ')' before 
'*' token
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3837: error: 'SVCOMPARE_t' declared 
as function returning a function
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3931: error: field 'code' declared 
as a function
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3932: error: field 'length' 
declared as a function
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3935: error: expected 
specifier-qualifier-list before 'U32'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3939:20: error: thread.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3940:16: error: pp.h: No such file 
or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3950:19: error: proto.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3953:20: error: opcode.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3958:24: error: embedvar.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3973:24: error: intrpvar.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3975:25: error: thrdvar.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3988:24: error: perlvars.h: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:3993:22: error: reentr.inc: No such 
file or directory
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4104: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4105: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4106: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4107: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4108: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4109: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4110: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4111: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4112: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4113: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4114: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4115: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4116: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4117: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4118: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4119: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4120: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4121: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4122: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4123: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4124: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4125: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4131: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4132: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4133: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4134: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4137: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4140: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4141: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4143: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4144: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'MGVTBL'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4231: error: expected '=', ',', 
';', 'asm' or '__attribute__' before 'char'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4237: error: expected 
specifier-qualifier-list before 'U32'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4244: error: expected 
specifier-qualifier-list before 'U32'
/usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:4859:24: error: patchlevel.h: No 
such file or directory
In file included from mod_perl.c:58:
mod_perl.h:84:18: error: XSUB.h: No such file or directory
mod_perl.h:103:24: error: patchlevel.h: No such file or directory
In file included from ../../include/ap_config.h:1130,
                 from ../../include/httpd.h:30,
                 from apache_inc.h:120,
                 from mod_perl.h:162,
                 from mod_perl.c:58:
../../include/hsregex.h:25: error: conflicting types for 'regoff_t'
/usr/include/regex.h:410: error: previous declaration of 'regoff_t' was here
../../include/hsregex.h:31: error: conflicting types for 'regex_t'
/usr/include/regex.h:407: error: previous declaration of 'regex_t' was here
../../include/hsregex.h:35: error: conflicting types for 'regmatch_t'
/usr/include/regex.h:438: error: previous declaration of 'regmatch_t' was here
../../include/hsregex.h:39: error: conflicting types for 'regcomp'
/usr/include/regex.h:539: error: previous declaration of 'regcomp' was here
In file included from ../../include/ap_config.h:1130,
                 from ../../include/httpd.h:30,
                 from apache_inc.h:120,
                 from mod_perl.h:162,
                 from mod_perl.c:58:
../../include/hsregex.h:41:1: warning: "REG_EXTENDED" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2746,
                 from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/include/regex.h:268:1: warning: this is the location of the previous 
definition
In file included from ../../include/ap_config.h:1130,
                 from ../../include/httpd.h:30,
                 from apache_inc.h:120,
                 from mod_perl.h:162,
                 from mod_perl.c:58:
../../include/hsregex.h:42:1: warning: "REG_ICASE" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2746,
                 from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/include/regex.h:272:1: warning: this is the location of the previous 
definition
In file included from ../../include/ap_config.h:1130,
                 from ../../include/httpd.h:30,
                 from apache_inc.h:120,
                 from mod_perl.h:162,
                 from mod_perl.c:58:
../../include/hsregex.h:43:1: warning: "REG_NOSUB" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2746,
                 from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/include/regex.h:281:1: warning: this is the location of the previous 
definition
In file included from ../../include/ap_config.h:1130,
                 from ../../include/httpd.h:30,
                 from apache_inc.h:120,
                 from mod_perl.h:162,
                 from mod_perl.c:58:
../../include/hsregex.h:44:1: warning: "REG_NEWLINE" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2746,
                 from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/include/regex.h:277:1: warning: this is the location of the previous 
definition
../../include/hsregex.h:69: error: conflicting types for 'regerror'
/usr/include/regex.h:547: error: previous declaration of 'regerror' was here
../../include/hsregex.h:73: error: conflicting types for 'regexec'
/usr/include/regex.h:544: error: previous declaration of 'regexec' was here
In file included from ../../include/ap_config.h:1130,
                 from ../../include/httpd.h:30,
                 from apache_inc.h:120,
                 from mod_perl.h:162,
                 from mod_perl.c:58:
../../include/hsregex.h:74:1: warning: "REG_NOTBOL" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2746,
                 from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/include/regex.h:291:1: warning: this is the location of the previous 
definition
In file included from ../../include/ap_config.h:1130,
                 from ../../include/httpd.h:30,
                 from apache_inc.h:120,
                 from mod_perl.h:162,
                 from mod_perl.c:58:
../../include/hsregex.h:75:1: warning: "REG_NOTEOL" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2746,
                 from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/include/regex.h:294:1: warning: this is the location of the previous 
definition
In file included from ../../include/ap_config.h:1130,
                 from ../../include/httpd.h:30,
                 from apache_inc.h:120,
                 from mod_perl.h:162,
                 from mod_perl.c:58:
../../include/hsregex.h:76:1: warning: "REG_STARTEND" redefined
In file included from /usr/include/regexp.h:34,
                 from /usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2746,
                 from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/include/regex.h:298:1: warning: this is the location of the previous 
definition
../../include/hsregex.h:83: error: conflicting types for 'regfree'
/usr/include/regex.h:549: error: previous declaration of 'regfree' was here
In file included from apache_inc.h:120,
                 from mod_perl.h:162,
                 from mod_perl.c:58:
../../include/httpd.h:424:1: warning: "OK" redefined
In file included from /usr/include/form.h:38,
                 from /usr/lib/perl5/5.8.8/i386-linux/CORE/perl.h:2749,
                 from mod_perl.h:80,
                 from mod_perl.c:58:
/usr/include/ncurses/curses.h:283:1: warning: this is the location of the 
previous definition
In file included from mod_perl.c:58:
mod_perl.h:354: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'mod_perl_debug_flags'
In file included from mod_perl.c:58:
mod_perl.h:1052: error: expected specifier-qualifier-list before 'U32'
mod_perl.h:1059: error: expected specifier-qualifier-list before 'Sighandler_t'
mod_perl.h:1171: error: 'perl_module_is_loaded' declared as function returning 
a function
mod_perl.h:1174: error: expected declaration specifiers or '...' before 'U8'
mod_perl.c:73: error: 'Nullav' undeclared here (not in a function)
mod_perl.c:76: error: 'Nullhv' undeclared here (not in a function)
mod_perl.c: In function 'perl_shutdown':
mod_perl.c:261: error: 'perl_destruct_level' undeclared (first use in this 
function)
mod_perl.c: In function 'perl_restart':
mod_perl.c:330: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:333: error: 'ENTER' undeclared (first use in this function)
mod_perl.c:335: error: 'warnhook' undeclared (first use in this function)
mod_perl.c:340: error: 'sv_undef' undeclared (first use in this function)
mod_perl.c:346: error: 'endav' undeclared (first use in this function)
mod_perl.c:359: error: 'LEAVE' undeclared (first use in this function)
mod_perl.c: At top level:
mod_perl.c:365: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'mod_perl_debug_flags'
mod_perl.c: In function 'mod_perl_set_cwd':
mod_perl.c:370: error: 'GV_ADDMULTI' undeclared (first use in this function)
mod_perl.c:370: error: 'SVt_PV' undeclared (first use in this function)
mod_perl.c:370: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:379: warning: passing argument 1 of 'mod_perl_untaint' makes pointer 
from integer without a cast
mod_perl.c: In function 'xs_dl_librefs':
mod_perl.c:423: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:424: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:436: error: invalid lvalue in assignment
mod_perl.c:436: warning: comparison between pointer and integer
mod_perl.c:436: error: invalid lvalue in increment
mod_perl.c:438: error: invalid type argument of 'unary *'
mod_perl.c:439: error: invalid type argument of 'unary *'
mod_perl.c: In function 'mp_dso_unload':
mod_perl.c:488: error: 'perl_destruct_level' undeclared (first use in this 
function)
mod_perl.c: In function 'mp_server_notstarting':
mod_perl.c:495: error: 'incgv' undeclared (first use in this function)
mod_perl.c:495: warning: assignment makes pointer from integer without a cast
mod_perl.c:497: error: 'GV_ADDMULTI' undeclared (first use in this function)
mod_perl.c:497: error: 'SVt_PV' undeclared (first use in this function)
mod_perl.c:497: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:497: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:497: error: invalid lvalue in assignment
mod_perl.c: In function 'mp_check_version':
mod_perl.c:516: warning: assignment makes pointer from integer without a cast
mod_perl.c:521: error: 'PL_errgv' undeclared (first use in this function)
mod_perl.c:521: error: 'na' undeclared (first use in this function)
mod_perl.c:522: warning: pointer/integer type mismatch in conditional expression
mod_perl.c:530: error: 'incgv' undeclared (first use in this function)
mod_perl.c:530: error: invalid type argument of 'unary *'
mod_perl.c:536: warning: assignment makes pointer from integer without a cast
mod_perl.c:537: error: invalid lvalue in assignment
mod_perl.c:537: warning: comparison between pointer and integer
mod_perl.c:537: error: invalid lvalue in increment
mod_perl.c:539: error: 'PerlIO' undeclared (first use in this function)
mod_perl.c:539: error: 'tryrsfp' undeclared (first use in this function)
mod_perl.c:540: error: invalid type argument of 'unary *'
mod_perl.c:540: warning: ISO C90 forbids mixed declarations and code
mod_perl.c:542: warning: assignment makes pointer from integer without a cast
mod_perl.c: In function 'perl_module_init':
mod_perl.c:567: error: 'PL_patchlevel' undeclared (first use in this function)
mod_perl.c:567: warning: initialization makes pointer from integer without a 
cast
mod_perl.c: In function 'perl_startup':
mod_perl.c:636: error: 'incgv' undeclared (first use in this function)
mod_perl.c:636: warning: assignment makes pointer from integer without a cast
mod_perl.c:649: error: 'GV_ADDMULTI' undeclared (first use in this function)
mod_perl.c:649: error: 'SVt_PV' undeclared (first use in this function)
mod_perl.c:649: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:649: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:649: error: invalid lvalue in assignment
mod_perl.c:654: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:654: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:654: error: invalid lvalue in assignment
mod_perl.c:654: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:654: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:654: error: invalid lvalue in assignment
mod_perl.c:662: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:662: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:662: error: invalid lvalue in assignment
mod_perl.c:662: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:662: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:662: error: invalid lvalue in assignment
mod_perl.c:699: warning: assignment makes pointer from integer without a cast
mod_perl.c:730: warning: assignment makes pointer from integer without a cast
mod_perl.c:731: error: 'Nullch' undeclared (first use in this function)
mod_perl.c:732: warning: assignment makes pointer from integer without a cast
mod_perl.c:735: warning: assignment makes pointer from integer without a cast
mod_perl.c:744: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:744: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:744: error: invalid lvalue in assignment
mod_perl.c:744: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:744: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:744: error: invalid lvalue in assignment
mod_perl.c:745: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:745: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:745: error: invalid lvalue in assignment
mod_perl.c:749: warning: assignment makes pointer from integer without a cast
mod_perl.c:750: error: 'SVt_PVHV' undeclared (first use in this function)
mod_perl.c:750: warning: assignment makes pointer from integer without a cast
mod_perl.c:751: error: invalid lvalue in assignment
mod_perl.c:777: error: 'PL_tainted' undeclared (first use in this function)
mod_perl.c:794: error: 'SVt_PVCV' undeclared (first use in this function)
mod_perl.c:794: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:795: error: invalid lvalue in assignment
mod_perl.c:804: error: too many arguments to function 'perl_load_startup_script'
mod_perl.c:830: warning: assignment makes pointer from integer without a cast
mod_perl.c: In function 'mod_perl_sent_header':
mod_perl.c:844: error: 'perl_dir_config' has no member named 'flags'
mod_perl.c:845: error: 'perl_dir_config' has no member named 'flags'
mod_perl.c:846: error: 'perl_dir_config' has no member named 'SendHeader'
mod_perl.c: In function 'perl_handler':
mod_perl.c:871: error: 'SVt_PVHV' undeclared (first use in this function)
mod_perl.c:871: warning: assignment makes pointer from integer without a cast
mod_perl.c:882: error: 'perl_dir_config' has no member named 'SendHeader'
mod_perl.c:883: error: 'perl_dir_config' has no member named 'flags'
mod_perl.c:889: error: 'ENTER' undeclared (first use in this function)
mod_perl.c:890: error: 'SAVETMPS' undeclared (first use in this function)
mod_perl.c:893: error: invalid lvalue in unary '&'
mod_perl.c:896: error: 'endav' undeclared (first use in this function)
mod_perl.c:914: error: 'FREETMPS' undeclared (first use in this function)
mod_perl.c:915: error: 'LEAVE' undeclared (first use in this function)
mod_perl.c: In function 'perl_child_init':
mod_perl.c:957: error: 'GV_ADDMULTI' undeclared (first use in this function)
mod_perl.c:957: error: 'SVt_PV' undeclared (first use in this function)
mod_perl.c:957: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:957: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:957: error: invalid lvalue in assignment
mod_perl.c: In function 'per_request_cleanup':
mod_perl.c:1139: error: 'perl_request_sigsave' has no member named 'signo'
mod_perl.c:1139: error: 'perl_request_sigsave' has no member named 'h'
mod_perl.c: In function 'mod_perl_end_cleanup':
mod_perl.c:1162: error: 'incgv' undeclared (first use in this function)
mod_perl.c:1165: error: invalid lvalue in assignment
mod_perl.c:1168: error: 'SVt_PV' undeclared (first use in this function)
mod_perl.c:1173: error: 'PL_errgv' undeclared (first use in this function)
mod_perl.c:1182: error: 'Nullsv' undeclared (first use in this function)
mod_perl.c:1184: error: invalid type argument of 'unary *'
mod_perl.c:1186: error: invalid lvalue in increment
mod_perl.c: In function 'mod_perl_cleanup_handler':
mod_perl.c:1212: error: invalid lvalue in assignment
mod_perl.c:1212: warning: comparison between pointer and integer
mod_perl.c:1212: error: invalid lvalue in increment
mod_perl.c:1213: error: invalid type argument of 'unary *'
mod_perl.c:1220: error: 'perl_dir_config' has no member named 'flags'
mod_perl.c: In function 'perl_handler_ismethod':
mod_perl.c:1235: warning: assignment makes pointer from integer without a cast
mod_perl.c:1236: warning: assignment makes pointer from integer without a cast
mod_perl.c:1237: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:1238: warning: assignment makes pointer from integer without a cast
mod_perl.c: In function 'mod_perl_register_cleanup':
mod_perl.c:1263: error: 'perl_dir_config' has no member named 'flags'
mod_perl.c:1267: error: 'perl_dir_config' has no member named 'flags'
mod_perl.c:1268: warning: assignment makes pointer from integer without a cast
mod_perl.c:1272: error: invalid lvalue in increment
mod_perl.c: In function 'mod_perl_push_handlers':
mod_perl.c:1284: warning: assignment makes pointer from integer without a cast
mod_perl.c:1291: warning: assignment makes pointer from integer without a cast
mod_perl.c:1296: error: 'SVt_PVCV' undeclared (first use in this function)
mod_perl.c:1315: error: invalid lvalue in increment
mod_perl.c:1319: error: 'Sv' undeclared (first use in this function)
mod_perl.c:1319: error: invalid lvalue in decrement
mod_perl.c: In function 'perl_run_stacked_handlers':
mod_perl.c:1328: error: function 'do_clear' is initialized like a variable
mod_perl.c:1342: warning: assignment makes pointer from integer without a cast
mod_perl.c:1350: error: invalid lvalue in assignment
mod_perl.c:1359: error: 'SVt_PVAV' undeclared (first use in this function)
mod_perl.c:1374: error: invalid lvalue in assignment
mod_perl.c:1374: warning: comparison between pointer and integer
mod_perl.c:1374: error: invalid lvalue in increment
mod_perl.c:1378: error: invalid type argument of 'unary *'
mod_perl.c:1393: warning: the address of 'do_clear', will always evaluate as 
'true'
mod_perl.c:1399: warning: the address of 'do_clear', will always evaluate as 
'true'
mod_perl.c: In function 'perl_per_request_init':
mod_perl.c:1413: error: 'perl_dir_config' has no member named 'SendHeader'
mod_perl.c:1414: error: 'perl_dir_config' has no member named 'flags'
mod_perl.c:1419: error: 'perl_dir_config' has no member named 'flags'
mod_perl.c:1425: error: 'perl_dir_config' has no member named 'SetupEnv'
mod_perl.c:1434: error: 'perl_dir_config' has no member named 'flags'
mod_perl.c:1450: error: 'perl_dir_config' has no member named 'flags'
mod_perl.c:1455: error: 'perl_dir_config' has no member named 'flags'
mod_perl.c: In function 'perl_call_handler':
mod_perl.c:1491: error: 'dSP' undeclared (first use in this function)
mod_perl.c:1492: warning: ISO C90 forbids mixed declarations and code
mod_perl.c:1494: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:1494: error: 'Nullsv' undeclared (first use in this function)
mod_perl.c:1495: error: 'Nullcv' undeclared (first use in this function)
mod_perl.c:1519: error: 'SVt_PV' undeclared (first use in this function)
mod_perl.c:1520: error: 'na' undeclared (first use in this function)
mod_perl.c:1523: warning: assignment makes pointer from integer without a cast
mod_perl.c:1538: warning: assignment makes pointer from integer without a cast
mod_perl.c:1547: error: invalid type argument of 'unary *'
mod_perl.c:1548: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:1554: error: invalid lvalue in increment
mod_perl.c:1555: warning: assignment makes pointer from integer without a cast
mod_perl.c:1559: warning: assignment makes pointer from integer without a cast
mod_perl.c:1578: warning: assignment makes pointer from integer without a cast
mod_perl.c:1579: warning: assignment makes pointer from integer without a cast
mod_perl.c:1581: warning: assignment makes pointer from integer without a cast
mod_perl.c:1591: warning: assignment makes pointer from integer without a cast
mod_perl.c:1592: warning: assignment makes pointer from integer without a cast
mod_perl.c:1605: warning: assignment makes pointer from integer without a cast
mod_perl.c:1610: error: 'SPAGAIN' undeclared (first use in this function)
mod_perl.c:1635: error: 'ENTER' undeclared (first use in this function)
mod_perl.c:1636: error: 'SAVETMPS' undeclared (first use in this function)
mod_perl.c:1637: error: 'sp' undeclared (first use in this function)
mod_perl.c:1659: error: function 'len' is initialized like a variable
mod_perl.c:1663: error: invalid lvalue in assignment
mod_perl.c:1663: error: invalid lvalue in increment
mod_perl.c:1664: error: invalid type argument of 'unary *'
mod_perl.c:1667: error: 'PUTBACK' undeclared (first use in this function)
mod_perl.c:1672: error: 'G_EVAL' undeclared (first use in this function)
mod_perl.c:1672: error: 'G_SCALAR' undeclared (first use in this function)
mod_perl.c:1682: error: 'PL_errgv' undeclared (first use in this function)
mod_perl.c:1684: warning: passing argument 3 of 'ap_table_set' makes pointer 
from integer without a cast
mod_perl.c:1697: error: 'POPi' undeclared (first use in this function)
mod_perl.c:1704: error: invalid type argument of 'unary *'
mod_perl.c:1711: error: 'FREETMPS' undeclared (first use in this function)
mod_perl.c:1712: error: 'LEAVE' undeclared (first use in this function)
mod_perl.c: In function 'perl_bless_request_rec':
mod_perl.c:1737: warning: initialization makes pointer from integer without a 
cast
mod_perl.c: In function 'perl_setup_env':
mod_perl.c:1752: warning: initialization makes pointer from integer without a 
cast
mod_perl.c:1752: error: 'envgv' undeclared (first use in this function)
mod_perl.c:1752: error: 'tainting' undeclared (first use in this function)
mod_perl.c:1752: error: invalid type argument of 'unary *'
mod_perl.c:1752: error: 'Nullsv' undeclared (first use in this function)
mod_perl.c:1752: error: 'Nullch' undeclared (first use in this function)
make[5]: *** [mod_perl.lo] Error 1
make[4]: *** [all] Error 1
make[3]: *** [subdirs] Error 1
make[2]: *** [build-std] Error 2
make[1]: *** [build] Error 2
make: *** [apaci_httpd] Error 2

Reply via email to