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

Re: subversion/include/svn_delta.h and apr_md5.h

From: Olaf Hering <olh_at_suse.de>
Date: 2003-05-01 22:08:14 CEST

 On Thu, May 01, Olaf Hering wrote:

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

A possible fix:

Index: Makefile.in
===================================================================
--- Makefile.in (revision 5777)
+++ Makefile.in (working copy)
@@ -100,7 +100,7 @@
                 -I$(abs_srcdir)/subversion/include \
                 $(SVN_APR_INCLUDES)
 SWIG_LDFLAGS = @SWIG_LDFLAGS@
-SWIG_PY_INCLUDES = @SWIG_PY_INCLUDES@
+SWIG_PY_INCLUDES = @SWIG_PY_INCLUDES@ @SVN_APRUTIL_INCLUDES@
 SWIG_PY_COMPILE = @SWIG_PY_COMPILE@
 SWIG_PY_LINK = @SWIG_PY_LINK@
 SWIG_JAVA_INCLUDES = @SWIG_JAVA_INCLUDES@

-- 
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 22:09:02 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.