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

Re: Rebuilding swig bindings in a released tree

From: John Peacock <john.peacock_at_havurah-software.org>
Date: 2007-09-25 20:57:35 CEST

Miller, Eric wrote:
> Yeah, tried that:
>
> % rm -rf subversion/bindings/swig/perl/native/*.c
>
> % make swig-pl
> make: *** No rule to make target
> `subversion/bindings/swig/perl/native/core.c', needed by
> `autogen-swig-pl'. Stop.

Did you try this sequence?

./configure --with-swig
make
make swig-pl

It may be that the swig targets are not completely independent (i.e.
some elements needed by swig-pl are only generated when you run make
after enabling swig). I always build in sequence make, make swig-py,
make swig-pl, so I'm not sure this is the correct fix, but it wouldn't
surprise me in the least.

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 26 21:31:45 2007

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.