[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

From: Adrian Howard <adrianh_at_quietstars.com>
Date: 2004-03-09 20:19:24 CET

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.

Adrian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 9 20:20:17 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.