On Thu, Jun 22, 2006 at 10:13:15AM -0700, Dan Nicholson wrote:
>
> gconf-sanity-check-2 is installed in ${libexecdir} during GConf. On
> my system, this is /usr/lib/GConf/gconf-sanity-check-2. According to
> configure.in, gnome-session should be finding this location from
> pkg-config. Here's the macro:
>
> # gconf-sanity-check
> GCONF_SERVERDIR=`$PKG_CONFIG --variable=gconf_serverdir gconf-2.0`
> old_path=$PATH
> if test x"$GCONF_SERVERDIR" != x; then
> PATH=$GCONF_SERVERDIR:$PATH
> fi
>
> AC_PATH_PROG(GCONF_SANITY_CHECK, gconf-sanity-check-2, no)
> if test x"$GCONF_SANITY_CHECK" = xno; then
> AC_MSG_ERROR([gconf-sanity-check-2 executable not found in your path
> - should be installed with GConf])
> fi
>
> So, Gena, what's the output from `pkg-config
> --variable=gconf_serverdir gconf-2.0'? Alternatively, you can just
> look at the file /usr/lib/pkgconfig/gconf-2.0.pc.
>
Name: gconf
Description: GNOME Config System.
Version: 2.14.0
Requires: ORBit-2.0
Libs: -L${libdir} -lgconf-2
Cflags: -I${includedir}/gconf/2
Oh dear, what's happened here?
Gena
> --
> Dan
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
---end quoted text---
--
Wow! Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page