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

Re: [PATCH] Multiple RA layer initialization

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2006-02-07 20:37:42 CET

On 2/7/06, Peter N. Lundblad <peter@famlundblad.se> wrote:
> Hmmm, I don't think this will work with --enable-dso because the LINKS
> macros won't be defined in that case. Can't you have extra #defines for
> the two libraries that "conflict"? We're only allowing one to be built at
> a time, right?

The problem here is to try to allow DSOs while not doing Stupid Things(TM).

I'm fine with it looking for 'ra_dav' and 'ra_serf' at the same time -
but the problem here is that because of our scheme system if it tried
to look ra_dav and fails, it'll never work.

How about the following patch instead? -- justin

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

Received on Tue Feb 7 20:39:14 2006

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.