[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

warnings with integrated perl bindings

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-18 16:34:53 CEST

I'm so happy that the swig/perl bindings are just as integrated as the
swig/python bindings now! What a convenience. But I'm getting lots
of warnings.

I'm running perl 5.8.0 on RH9.

Updated to r10025, ./autogen && ./config.nice && make, and I'm getting
dozens of perl warnings. Here are some examples:

In file included from
/home/sussman/projects/svn/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:20:
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE/perl.h:3310: warning:
declaration of `exp' shadows a global declaration
/usr/include/bits/mathcalls.h:101: warning: shadowed declaration is here

(...I also get that warning for symbols 'floor' and 'send'...)

In file included from /usr/local/apache2/include/apr_thread_proc.h:64,
                 from /usr/local/apache2/include/apr_portable.h:68,
                 from
/home/sussman/projects/svn/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c:27:
/usr/local/apache2/include/apr_file_io.h:624: warning: `PerlIO_stdoutf'
is an unrecognized format function type

(...I get the same warning for apr_strings.h and svn_io.h...)

Finally, when I run 'make' and there's nothing to do, I still get
screen spam:

$ make
cd /home/sussman/projects/svn/subversion/bindings/swig/perl/native; make
make[1]: Entering directory
`/home/sussman/projects/svn/subversion/bindings/swig/perl/native'
make[1]: Leaving directory
`/home/sussman/projects/svn/subversion/bindings/swig/perl/native'

$

Can we shut that feedback off? I have to admit, I've become spoiled.
Automake generates that kind of 'entering/leaving directory' noise,
but I've gotten used to the golden silence of our single Makefile.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 18 16:39:08 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.