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

Re: SVN::Web fails to build - SOLVED

From: Alex Potter <alexp_at_apcuk.dyndns.org>
Date: 2004-03-09 21:48:34 CET

Adrian

On Tuesday 09 March 2004 19:19, Adrian Howard wrote:
> On 9 Mar 2004, at 18:27, Alex Potter wrote:
> [snip]
>
> > I built subversion in a separate build directory using the bootstrap
> > method as
> > described in the INSTALL and enabled swig bindings for perl.
> >
> > However, SVN::Core still does not exist, and depite further reading of
> > the
> > docs I've been unable to come up with a resolution to this problem.
> >
> > You mentioned "installing an extra package". A hint as to its name
> > would be
> > most useful :)
>
> [snip]
>
> It's in subversion/bindings/swig/perl, your installation for subversion
> will need to go something like this:
>
> sh ./autogen.sh
> ./configure --enable-maintainer-mode --with-swig-bindings=perl
> make
> make check
> sudo make install
>
> make swig-pl-lib
> cd subversion/bindings/swig/perl
> setenv APR_CONFIG /usr/local/apr/bin/apr-config (or whatever)
> perl Makefile.PL
> make
> make test
> sudo make install
> cd ../../../..
> sudo make install-swig-pl-lib
>
> Hope this helps.

Many thanks, that sorted it!

One caveat, for those that come after:

My original build had been performed in a parallel directory, as mentioned in
the INSTALL document, but running the additional commands (make swig-pl-lib
onwards) failed to produce the necessary files in my build tree, so I had to
re-do my build/installation in the checked-out source tree.

Thanks again.

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 9 21:48:58 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.