You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2002/08/27 07:28:32 UTC

make source_scan warnings and failures

make source_scan still doesn't work for me, with the latest httpd-2.0 
and mod_perl-2.0 cvs.

% /home/stas/perl/ithread/bin/perl5.8.0 build/source_scan.pl
failed on <

     enum {

         APR_BUCKET_DATA = 0,

         APR_BUCKET_METADATA = 1
     } is_metadata;> with type=<>, id=<enum>, post=<> at pos=65
In file included from .apache_includes:4,
                  from <stdin>:1:
xs/modperl_xs_sv_convert.h:146:1: warning: "mp_xs_sv2_APR__Table" redefined
In file included from .apache_includes:2,
                  from <stdin>:1:
xs/modperl_xs_util.h:9:1: warning: this is the location of the previous 
definition
In file included from .apache_includes:4,
                  from <stdin>:1:
xs/modperl_xs_sv_convert.h:321:1: warning: "mp_xs_sv2_r" redefined
In file included from .apache_includes:2,
                  from <stdin>:1:
xs/modperl_xs_util.h:6:1: warning: this is the location of the previous 
definition
In file included from .apache_includes:4,
                  from <stdin>:1:
xs/modperl_xs_sv_convert.h:146:1: warning: "mp_xs_sv2_APR__Table" redefined
In file included from .apache_includes:2,
                  from <stdin>:1:
xs/modperl_xs_util.h:9:1: warning: this is the location of the previous 
definition
In file included from .apache_includes:4,
                  from <stdin>:1:
xs/modperl_xs_sv_convert.h:321:1: warning: "mp_xs_sv2_r" redefined
In file included from .apache_includes:2,
                  from <stdin>:1:
xs/modperl_xs_util.h:6:1: warning: this is the location of the previous 
definition


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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: make source_scan warnings and failures

Posted by Doug MacEachern <do...@covalent.net>.
On Tue, 27 Aug 2002, Stas Bekman wrote:

> make source_scan still doesn't work for me, with the latest httpd-2.0 
> and mod_perl-2.0 cvs.
> 
> % /home/stas/perl/ithread/bin/perl5.8.0 build/source_scan.pl
> failed on <
> 
>      enum {
> 
>          APR_BUCKET_DATA = 0,
> 
>          APR_BUCKET_METADATA = 1
>      } is_metadata;> with type=<>, id=<enum>, post=<> at pos=65

i get this too, even though it says "failed", seems to continue on ok.

i don't get the rest of the warnings, but they shouldn't stop 
source_scan from running either.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org