You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jelmer Vernooij <je...@samba.org> on 2007/12/15 00:55:46 UTC

[PATCH] Mark as compatible with SWIG 1.3.33

Configure currently complains about newer versions of SWIG. However, I
have used 1.3.32 and 1.3.33 for some time now, and am able to run at
least the Python tests fine. There have also been no
backward incompatible changes in SWIG that may affect svn.

Does anybody have experience with SWIG 1.3.33 and the Perl or Ruby bindings?

[[[
* build/ac-macros/swig.m4: Mark SWIG 1.3.32 and 1.3.33 as supported.
]]]

Cheers,

Jelmer
-- 
Jelmer Vernooij <je...@samba.org> - http://samba.org/~jelmer/
Jabber: jelmer@jabber.fsfe.org

Re: [PATCH] Mark as compatible with SWIG 1.3.33

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
Jelmer Vernooij wrote:
> Configure currently complains about newer versions of SWIG. However, I
> have used 1.3.32 and 1.3.33 for some time now, and am able to run at
> least the Python tests fine. There have also been no
> backward incompatible changes in SWIG that may affect svn.
> 
> Does anybody have experience with SWIG 1.3.33 and the Perl or Ruby bindings?
> 
> [[[
> * build/ac-macros/swig.m4: Mark SWIG 1.3.32 and 1.3.33 as supported.
> ]]]

I don't know of folks have had a chance to look at this yet, though it
appears that this thread furthers the discussion of 1.3.33 and the ruby
bindings:
http://svn.haxx.se/dev/archive-2008-01/0657.shtml

-Hyrum