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

Re: Bug in Makefile generation?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-06-17 14:43:59 CEST

Peter Ledbrook <peter.ledbrook@august.uk.com> writes:

> I installed the subversion 0.23.0 tarball on a Linux server, and compiled
> and installed it with no problems. However, when I attempted to run 'make
> swig-py' I got the following error:
>
> In file included from
> /home/ledbrp/packages/src/subversion-0.23.0/subversion/include/svn_wc.h:44,
> from
> /home/ledbrp/packages/src/subversion-0.23.0/subversion/include/svn_client.h:
> 37,
> from subversion/bindings/swig/python/svn_client.c:681:
> /home/ledbrp/packages/src/subversion-0.23.0/subversion/include/svn_delta.h:3
> 2:21: apr_md5.h: No such file or directory
>
> After a quick investigation I discovered that the Makefile contained the
> following line:
>
> SVN_APR_INCLUDES =
> -I/home/ledbrp/packages/src/subversion-0.23.0/apr/include
>
> No sign of the .../apr-util/include directory. After adding the missing
> include, 'make swig-py' worked fine.

Looks like issue 1274, it appears we do need the patch.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 17 14:44:49 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.