Re: I guess I missed the whole point



On Sat, 16 Jun 2001, Dietmar Maurer wrote:

> Maybe you have noticed that GConf does not build on Gnome 2. In order to work on Gnome 2
> Martin has used the "xmldb:" moniker which works. Changing "xmldb:" into "gconf:" is really
> no big deal.
> 

Really? It does for me. Also, lines like

PKGCONFIG_MODULES='gmodule-2.0 >= 1.3.5 gobject-2.0 >= 1.3.5 oaf-2.0'
PKGCONFIG_MODULES_WITH_XML=$PKGCONFIG_MODULES" libxml-2.0"
PKGCONFIG_MODULES_WITH_GTK="gtk+-2.0 "$PKGCONFIG_MODULES

PKG_CHECK_MODULES(DEPENDENT, $PKGCONFIG_MODULES)
PKG_CHECK_MODULES(DEPENDENT_WITH_XML, $PKGCONFIG_MODULES_WITH_XML)
PKG_CHECK_MODULES(DEPENDENT_WITH_GTK, $PKGCONFIG_MODULES_WITH_GTK,
HAVE_GTK=yes, HAVE_GTK=no)

in configure.in look very much gnome-2.0 like...

>
> - Dietmar
>

	Sander

One day a tortoise will learn to fly
	-- Terry Pratchett, 'Small Gods'





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]