Hello Folks,
 
I'm trying to compile mod_perl-1.24_01with apache_1.3.14 on Solaris 2.6.  Everything works OK until it hits src/modules/perl/perlio.c and then it fails with the following:
 
gcc -O -I/usr/local/lib/perl5/5.00502/sun4-solaris/CORE -I/usr/local/include -I/opt/gnu/include -DMOD_PERL_VERSION=\"1.24_01\" -DMOD_PERL_STRING_VERSION=\"mod_perl/1.24_01\" -I../.. -I/usr/local/lib/perl5/5.00502/sun4-solaris/CORE -I../../os/unix -I../../include   -DSOLARIS2=260 -DMOD_PERL -DUSE_PERL_SSI -I/usr/local/include -I/opt/gnu/include -DNO_DL_NEEDED `../../apaci` -c perlio.c
perlio.c:90: parse error before `Sfdisc_t'
perlio.c:90: warning: no semicolon at end of struct or union
perlio.c:92: parse error before `}'
perlio.c:92: warning: data definition has no type or storage class
And after that practically every line has an error.  I'm using gcc 2.95.2 but I got the same error with other gcc versions.
 
Help, please!
 
Thanks!
 
Bob Foster

Reply via email to