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

Re: [Swig-user] Re: [Swig-devel] SWIG-1.3.28 release candidate

From: David James <djames_at_collab.net>
Date: 2006-02-01 00:31:30 CET

> I'll need some more historical context here, do you now if any other
> SWIG version ever worked with subversion 1.3.0?, swig 1.3.26 for example?.
The Python and Perl bindings build fine with SWIG 1.3.24, 1.3.25,
1.3.26 and 1.3.27. The Ruby bindings build fine with 1.3.24 and 1.3.25
but fail to compile with 1.3.26 and 1.3.27 due to a bug in SWIG's
-external-runtime option. I have attached a patch to
build/generator/swig/external_runtime.py in Subversion which works
around this SWIG bug.

SWIG 1.3.28rc1 does not work with any version of Subversion,
unfortunately, even with this patch.

On 1/30/06, Marcelo Matus <mmatus@acms.arizona.edu> wrote:
> Also, is there anyway to debug subversion + swig without having to
> rebuild the
> entire universe?, something just like
>
> make extraclean-swig

Yes. Type the following:
  make extraclean-swig-py extraclean-swig-rb extraclean-swig-pl

After this, rerun ./autogen.sh && ./configure. If you've already run
make all, you don't need to do it again. Test the three sets of
bindings using:
1) make check-swig-py
2) make check-swig-pl
3) make check-swig-rb

Cheers,

David

--
David James -- http://www.cs.toronto.edu/~james


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Feb 1 00:33:30 2006

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.