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

Python bindings build seems broken

From: C. Michael Pilato <cmpilato_at_red-bean.com>
Date: Wed, 01 Oct 2008 23:38:29 -0400

I don't have the Gnome or KWallet keyring stuff configured in my Subversion
build, but that appears to not be preventing my Python SWIG bindings from
trying to link against such. Shouldn't our headers files (which are what
SWIG is parsing, IIUC) be conditionally defining those interfaces based on
the presence of #defines like these (from svn_private_config.h):

   /* Is GNOME Keyring support enabled? */
   /* #undef SVN_HAVE_GNOME_KEYRING */

   /* Is Mac OS KeyChain support enabled? */
   /* #undef SVN_HAVE_KEYCHAIN_SERVICES */

   /* Is KWallet support enabled? */
   /* #undef SVN_HAVE_KWALLET */

?

-- 
C. Michael Pilato <cmpilato@red-bean.com> | http://cmpilato.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-02 05:38:39 CEST

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.