
dougm at covalent
Jun 29, 2001, 12:15 PM
Post #2 of 2
(773 views)
Permalink
|
|
Re: ApacheUpload_size defined multiple times?
[In reply to]
|
|
looks like ApacheUpload_size was recently added to apache_request.h, i've removed it from Request.xs On Fri, 29 Jun 2001, Jens-Uwe Mager wrote: > If I compile the latest version from CVS I get: > > xlc -c -I../c -I/usr/local/lib/perl5/site_perl/5.005/aix/auto/Apache/include -I/usr/local/lib/perl5/site_perl/5.005/aix/auto/Apache/include/modules/perl -I/usr/local/lib/perl5/site_perl/5.005/aix/auto/Apache/include/include -I/usr/local/lib/perl5/site_perl/5.005/aix/auto/Apache/include/regex -I/usr/local/lib/perl5/site_perl/5.005/aix/auto/Apache/include/os/unix -I/usr/local/apache/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=8192 -I/usr/local/include -O -DVERSION=\"0.3301\" -DXS_VERSION=\"0.3301\" -I/usr/local/lib/perl5/5.00503/aix/CORE Request.c > "Request.xs", line 106.9: 1506-213 (S) Macro name ApacheUpload_size cannot be redefined. > "Request.xs", line 106.9: 1506-358 (I) "ApacheUpload_size" is defined on line 110 of ../c/apache_request.h. > > Is there a reason why this is in defined in Request.xs? Simply removing > the define made it work for me. > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] perl For additional commands, e-mail: dev-help [at] perl
|