Re: make install fails with 0.22
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-05-09 00:59:19 CEST
Dominik Westner <lists@logicunited.com> writes:
> I am just trying to update from 0.21 to 0.22 but I am having problems
You are correct, this problem affects HEAD as well 0.22. The problem
if test "$svn_lib_neon" = "yes"; then
as that sets up to install libsvn_ra_dav *after* installing libsvn_ra.
The final Makefile needs to look something like
local-install: install-base-lib install-fs-lib install-dav-lib install-lib install-include install-static install-mods-shared install-swig-py-lib
with install-dav-lib *before* install-lib.
Installing over a previous installation will work if libsvn_ra_dav is
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri May 9 01:00:10 2003 |
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.