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

Re: Configured without bdb but tries to load libsvn_fs_base anyway

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2006-02-13 20:58:42 CET

On Sat, 2006-02-11 at 06:28 +0100, Jacek Nitkiewicz wrote:
> The following patch seems to solve the problem. Maybe you could
> consider applying it in the next version?

The symbol you've conditionalized on is also undefined if Subversion is
configured to use BDB, but is also configured with --enable-dso such
that the module is loaded at runtime.

We take the same approach in libsvn_ra. We could remove the table entry
when BDB isn't built, but it would be extra complexity.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 13 20:59:50 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.