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

apr-util/buckets/Makefile: order of inclusion directories

From: Vlad Skvortsov <vss_at_smarts-gsm.ru>
Date: 2002-04-30 11:58:25 CEST

        [Crossposting to dev@apr.apache.org and dev@subversion.tigris.org]

        Hi !

        I've encountered the following problem. The box has apache1
installed, the apr header files reside in /usr/local/include. The fresh
apr and apr-util are placed to subversion source root directory to build
subversion client. When making all in apr-util/buckets the order of
inclusion directories is -I/myhome/apr/include -I/usr/local/include
-I/myhome/apr-util/include ... This way apr_bucket.h included from
apr-util/buckets/apr_bucket_file.c is really taken from /usr/local/include
thus resulting in compile errors.

        To fix this, the -I/usr/local/include should be placed last in the
line.

-- 
Vlad Skvortsov, vss@smarts-gsm.ru, vss@high.net.ru
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 30 11:59:49 2002

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.