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

Re: showing fs modules in --version ?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-23 23:32:13 CET

On Mar 23, 2005, at 2:17 PM, John Peacock wrote:
>
> OK, I'm having a thinko here. If I add svn_fs_print_fs_modules() to
> fs-loader.c and then try and call it from svn_opt_print_help(), then
> libsvn_subst needs to call into libsvn_fs. That's not a problem,
> right?

It's a problem. That's a circular dependency. Just about every
library depends on libsvn_subr... libsvn_subr is the absolute bottom of
the stack. It can't call into *any* other svn library.

That's why your libtool is getting confused.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 23 23:33:39 2005

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.