Bug 492 - cannot compile without gnome support
Status:
RESOLVED WONTFIX
Component:
Build-Env
Version:
1.8.1
Hardware:
PC Linux
Importance:
P2 major
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Oct 22 2005 18:53:16 UTC
by:
Andrzej
Modified:
Jan 15 2006 14:08:08 UTC
WhoWhenWhatRemovedAdded
Rob CaelersOct 23 2005 15:55:36 UTCstatusNEWRESOLVED
resolutionFIXED
AndrzejOct 25 2005 00:18:56 UTCstatusRESOLVEDREOPENED
resolutionFIXED
Rob CaelersJan 15 2006 14:08:08 UTCstatusREOPENEDRESOLVED
resolutionWONTFIX
Description
Andrzej  Oct 22 2005 18:53:16 UTC
I want to compile workrave 1.8.1 without gnome support.
I use Slackware 10.2 that has no gnome. moreover I don't want to have gnome installed.
I used following commands:
./configure --disable-gnome
./configure --disable-gnome --disable-gconf
./configure --disable-gnome --enable-gconf=no
./configure --disable-app-gtk
./configure --disable-gnome --disable-gconf --help--disable-app-gtk
./configure --disable-gnome --enable-gconf=no --help--disable-app-gtk


 but all return the same out put:

checking for GCONF... Package gconf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gconf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gconf-2.0' found
configure: error: Package requirements (gconf-2.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the GCONF_CFLAGS and GCONF_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.

any idea what I can do?
Comment 1
Rob Caelers  Oct 23 2005 15:55:36 UTC
Try --enable-xml. gconf is the default configuration storage; even if gnome is disabled. Will commit fix soon. 
Comment 2
Andrzej  Oct 25 2005 00:18:56 UTC
I've tried with:
./configure --prefix=/usr --sysconfdir=/etc --disable-gnome --enable-xml --enable-kde

but it asks me for GDome2:

checking for gdome-config... no
configure: error: Need GDome2
Comment 3
Rob Caelers  Oct 25 2005 23:16:45 UTC
Yes, Workrave uses gdome for parsing the configuration file. This is not really a gnome specific library. It only depends on libxml2 and glib. 
Comment 4
Rob Caelers  Jan 15 2006 14:08:08 UTC
Patches to remove gdm are welcome..