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

Re: [PATCH] Fix for #699 XML parser not detected at configure time

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-12-08 22:33:42 CET

On 12/7/05, Kamesh Jayachandran <kamesh@collab.net> wrote:
> Hi Garrett,
> The issue as per my understanding of the issue is that the difference in
> the way expat libs are detected by apr-util and neon.

And that's the problem I'm seeing with this plan. Sure, you've made
the search paths the same so if libexpat is located in /usr/local both
of them will find it there, but it only solves half the problem. You
still have potential situations where apr-util finds one version of
expat but neon finds another, that can't be a good thing...

I'm just wondering if it would be better to arrange for neon and
apr-util to use the same version of expat, at least if we're building
neon as part of our configure and make process, if we link against a
prebuilt neon it's out of our hands anyway.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 8 22:39:56 2005

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.