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