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

Re: python binding-fu

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-04-04 23:08:29 CEST

On Fri, Apr 04, 2003 at 12:43:13PM -0600, Ben Collins-Sussman wrote:
> Matt Kraai <kraai@alumni.cmu.edu> writes:
>
> > On Fri, Apr 04, 2003 at 10:24:40AM -0600, Ben Collins-Sussman wrote:
> > > I just blew away all my python bindings, and ran 'make swig-py':
> > >
> > > subversion/bindings/swig/python/svn_fs.c:2171: too few arguments to
> > > function `svn_fs_check_path'
> > >
> > > Indeed, this function takes 4 args, but we're invoking with 3 args. I
> > > think this is do to kfogel's commit in r5502.
> > >
> > > I have zero swig-fu; can somebody commit a tiny patch?
> >
> > The dependency information for svn_fs.h is broken; it needs to be
> > regenerated.
>
> Yeah, so I discovered. I destroyed my whole swig directory, ran 'svn
> up', and then I could build the bindings fine.

Right. At the moment, the bindings' .c files only depend upon a single .i
file. They do not have any dependencies upon .h files or other .i files that
might be imported.

(sigh)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 4 23:05:22 2003

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.