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

subversion/include/svn_delta.h and apr_md5.h

From: Olaf Hering <olh_at_suse.de>
Date: 2003-05-01 20:46:06 CEST

Hi,

subversion/include/svn_delta.h needs apr_md5.h, but it looks in the
wrong places:

/bin/sh /usr/src/packages/BUILD/subversion-0.22.0/libtool --silent --mode=compile gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DHAVE_LARGEFILE_SUPPORT -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -fPIC -fPIC -I/usr/src/packages/BUILD/subversion-0.22.0/subversion/bindings/swig -I/usr/src/packages/BUILD/subversion-0.22.0/subversion/include -I/usr/src/packages/BUILD/subversion-0.22.0/apr/include -I/usr/include/python2.3 -prefer-pic -c -o subversion/bindings/swig/python/svn_client.lo subversion/bindings/swig/python/svn_client.c
In file included from /usr/src/packages/BUILD/subversion-0.22.0/subversion/include/svn_wc.h:44,
                 from /usr/src/packages/BUILD/subversion-0.22.0/subversion/include/svn_client.h:37,
                 from subversion/bindings/swig/python/svn_client.c:672:
/usr/src/packages/BUILD/subversion-0.22.0/subversion/include/svn_delta.h:32:21: apr_md5.h: No such file or directory
make: *** [subversion/bindings/swig/python/svn_client.lo] Error 1

It might be possible that it works with a full apache installation
(everything in /usr/include/apache2), but using the apr and apr-utils
distribition does not work. the file lives in
apr-util/include/apr_md5.h
Adding -I/usr/src/packages/BUILD/subversion-0.22.0/apr-util/include to
my gcc options fixes the compile.

It seems only 'make swig-py' is affected. I'm a bit lost with that build
system, any ideas how to fix it?

-- 
USB is for mice, FireWire is for men!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 1 20:48:13 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.