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

Re: [PATCH] Fix compile when DSOs not available

From: Alex Waugh <alex_at_alexwaugh.com>
Date: 2006-09-12 21:24:01 CEST

"Garrett Rooney" <rooneg@electricjellyfish.net> wrote:

> On 9/7/06, Alex Waugh <alex@alexwaugh.com> wrote:
> > Hi
> >
> > On platforms where APR_HAS_DSO is not defined, Subversion no longer
> > compiles. This patch fixes it.
>
> Interesting. What platform is this, just out of curiosity?

RISC OS

> I'm not sure if the patch is entirely correct... Should we really
> just not have svn_dso_load, or should we just make it return an
> APR_ENOTIMPL error?

The problem is that the apr_dso_handle_t type is not defined unless
APR_HAS_DSO is set, so the compiler falls over on the function
prototype as well as the actual code.

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 12 21:20:49 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.