Re: gnome-vfs circular build dependency
- From: "Dmitry G. Mastrukov" <dmitry taurussoft org>
- To: Christopher Parker <chris parker marinerhealthcare com>
- Cc: GNOME Desktop-devel List <desktop-devel-list gnome org>
- Subject: Re: gnome-vfs circular build dependency
- Date: 19 Feb 2004 07:04:53 +0300
В ?? 18.02.2004, в 23:35, Christopher Parker пишет:
> On Wed, 2004-02-18 at 04:48, Alexander Larsson wrote:
> > As noted in http://bugzilla.gnome.org/show_bug.cgi?id=134718 we now have
> > a circular build dependency.
> >
> > This is the new gnome-vfs backend module for the new gtk+ file selector.
> > It uses libgnomeui for the gnome_icon_lookup function. The building of
> > the filesel backend is optional, so you can still bootstrap, but you
> > have to build gnome-vfs twice if you want to bootstrap from scratch and
> > get the gtk module.
> >
> > What should we do about this? Split out the gnome-vfs filesel backend to
> > a different or a new module? Keep the circular deps? Any other idea?
> >
> > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> > Alexander Larsson Red Hat, Inc
> > alexl redhat com alla lysator liu se
> > He's a suicidal native American cop whom everyone believes is mad. She's a
> > hard-bitten kleptomaniac single mother with the power to bend men's minds.
> > They fight crime!
> >
> I have been having this same problem building from jhbuild this morning
> and was just about to post a bug. Thanks for saving me the time.
>
>
I was just about too. More of that I was naot able to build gnome-vfs
unless I changed check in configure.in from
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.3.1 libgnomeui-2.0 >= 2.5.1, AM_CONDITIONAL(HAVE_GTK, true))
to
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.3.1 libgnomeui-2.0 >= 2.5.1, AM_CONDITIONAL(HAVE_GTK, true), AM_CONDITIONAL(HAVE_GTK, false))
IMHO cross-dependency is a bad idea. I think functionality from gtk
subdir in gnome-vfs should be merged in libgnomeui or a new module for
it should be created.
Regards,
Dmitry
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]