Priest, Darryl - BALTO wrote:
I'm getting the error below for every cc in the make:


"/usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h", line 41.9: 1506-236 (W) Macro name __attribute__ has been redefined. "/usr/local/perl5.8.0/lib/5.8.0/aix/CORE/config.h", line 41.9: 1506-358 (I) "__attribute__" is defined on line 28 of /usr/local/apache/include/apr.h.

I'll take this issue to the apr/p5p lists, but this is non-fatal.


But the make sails along until:

        cc -I/tmp/mod_perl-1.99_08/src/modules/perl
-I/tmp/mod_perl-1.99_08/xs -I/usr/local/apache/include -D_ALL_SOURCE
-D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias
-DUSE_NATIVE_DLOPEN   -I/usr/local/perl5.8.0/lib/5.8.0/aix/CORE -DMOD_PERL
-O   -c modperl_sys.c && mv modperl_sys.o modperl_sys.lo
"modperl_largefiles.h", line 15.9: 1506-199 (S) #define directive requires a
macro name.
"modperl_largefiles.h", line 17.9: 1506-199 (S) #define directive requires a
macro name.
[...]
Is it just a coincidence that perl has USE_LARGE_FILES on and the file that
make finally fails on is modperl_largefiles.h ?

Can you please post your src/modules/perl/modperl_largefiles.h and the output of:


% perl -MConfig -e 'print $Config{ccflags_uselargefiles}'

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to