[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: David James <james_at_cs.toronto.edu>
Date: 2007-09-25 21:11:50 CEST

On 9/25/07, David James <james@cs.toronto.edu> wrote:
> On 9/25/07, Miller, Eric <Eric.Miller@amd.com> wrote:
> > % make swig-pl
> > make: *** No rule to make target
> > `subversion/bindings/swig/perl/native/core.c', needed by
> > `autogen-swig-pl'. Stop.
>
> ./autogen.py && make clean-swig-pl swig-pl
>
> If that doesn't work (it might not if you have an old version of SVN), try this:
> ./autogen.py && make extraclean-swig-pl swig-pl

Sorry, those were typo'd. Let me try that again:

Clean build of swig-perl bindings:
   ./autogen.sh && ./configure && make clean-swig-pl swig-pl

Extra clean build of swig-perl bindings (probably unnecessary):
   ./autogen.sh && ./configure && make extraclean-swig-pl swig-pl

Cheers,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 25 21:12:01 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.