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

Re: problem compiling against keychain auth on mac

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-11-05 21:24:30 CET

On 11/5/06, Barry Scott <barry@barrys-emacs.org> wrote:

> I also take it that you do not consider it a problem that an svn
> header file
> publishes an API function that may not be in a the corresponding
> library.
> e.g. keychain function in header is conditional on DARWIN but the
> C source is conditional on SVN_HAVE_KEYCHAIN_SERVICES.
> SVN_HAVE_KEYCHAIN_SERVICES is not exposed to users of svn
> API.

Actually, I'd say that's probably a bug. If we're defining it in the
header file conditional on DARWIN we should at least provide a stub
interface that returns APR_ENOTIMPL when we don't have the right
libraries, or we shouldn't be exposing it in the header unless we
found the right libs.

> I notice that SVN does not compile on 10.3 because of a problem with
> keychain
> header/lib (sorry I did not keep the logs) is that expected.
> I'm only supporting 10.4 for pysvn now because of this.

If you could find the actual error, that would be very useful. We
should be able to build on 10.3.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 5 21:24:47 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.