You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Lele Gaifax <le...@seldati.it> on 2002/05/14 22:35:56 UTC

Reproposed fix (was Re: svn commit: rev 1937 - ...)

I did already proposed an easy fix to this problem, as I'm attaching
here below. In the ML archive there should even be a followup with an
acknowledgment...

ciao, lele.

To: SVN dev <de...@subversion.tigris.org>
Subject: Include order
Date: Wed, 17 Apr 2002 19:40:27 +0200

Hi all,

I had a little problem compiling the latest version of svn, due to old
version of svn_*.h around (for testing, I use a common
`/usr/local/SVNdev' prefix for both the latest Apache and
Subversion). The problem raised only in the mod_dav subdir, because
just for those sources a different rule is used (COMPILE_APACHE_MOD),
that is defined as

COMPILE_APACHE_MOD = ... $(APACHE_INCLUDES) $(INCLUDES) -o $@ -c $<

Is there a particular reason for this order? The $(INCLUDES) chunk
starts with '-I./subversion/include', so that it prefers actual
include vs previously installed ones. After the error, it was of
course easy to understand what was going and delete the old include
files, but I think that swapping those variables is safer anyway...
 
-- 
nickname: Lele Gaifax	| Quando vivro' di quello che ho pensato ieri
real: Emanuele Gaifas	| comincero' ad aver paura di chi mi copia.
email: lele@seldati.it	|		-- Fortunato Depero, 1929.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org