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

Bug in Makefile generation?

From: Peter Ledbrook <peter.ledbrook_at_august.uk.com>
Date: 2003-06-17 12:09:46 CEST

Hi,

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.

Regards,

Peter
Received on Tue Jun 17 12:14:18 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.