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

Re: PATCH swig-1.3.16 and typemap

From: <cmpilato_at_collab.net>
Date: 2002-11-01 01:12:36 CET

Jani Averbach <jaa@cc.jyu.fi> writes:

> 1) Swig complained that there is not anymore typemap(ignore)
> (svn_types.i:33: Warning(119): %typemap(ignore) has been replaced by
> %typemap(in,numinputs=0).) and compilation failed.
> I fixed those instances and compilation continued.

Applied this part of the patch. Thanks.

> However:
> 2) Swig tries link against apr-0 what I don't have that (I have
> libapr.so (apr from cvs)), I changed apr-0 to apr, and after that
> linking also succeed

Sorry, we need to keep it as apr-0, since that is the way APR installs
itself these days. How old is your APR?

> I tried the produced stuff by svnlook.py, and some of commands
> are working and some not (svnlook.py is out of date?):
>
> File "./svnlook.py", line 131, in _print_tree
> wrap_editor, wrap_baton = delta.svn_delta_compat_wrap(e_ptr, e_baton,
> AttributeError: 'svn.delta' module has no attribute 'svn_delta_compat_wrap'

Yep, I noticed this, too. And the fix was easy enough (commit this,
too).

> Summa summarum, I don't have the faintest idea about swig, so please take
> deep look at this. Also there is need for change in ac-helper/swig.m4, but
> that is trivial. I don't know if these typemap changes are backward
> compatible, but I guess they aren't.

Took care of the trivial change as well.

It's all in revision 3599.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 1 01:15:17 2002

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.