I am on Ubuntu 8.04, but from the "aptitude search gconf" it seems I have a version of gconf. What do I do to resolve this?
./configure
...
checking for SETUP... configure: error: Package requirements (gtk+-2.0 >= 2.0.0 gconf-2.0 >= 2.14.0) were not met:
No package 'gconf-2.0' found
checked its requirement using:
aptitude search gconf
i compizconfig-backend-gconf - Settings library for plugins - OpenCompositing Project
i gconf-editor - An editor for the GConf configuration system
i gconf2 - GNOME configuration database system (support tools)
i gconf2-common - GNOME configuration database system (common files)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am on Ubuntu 8.04, but from the "aptitude search gconf" it seems I have a version of gconf. What do I do to resolve this?
./configure
...
checking for SETUP... configure: error: Package requirements (gtk+-2.0 >= 2.0.0 gconf-2.0 >= 2.14.0) were not met:
No package 'gconf-2.0' found
checked its requirement using:
aptitude search gconf
i compizconfig-backend-gconf - Settings library for plugins - OpenCompositing Project
i gconf-editor - An editor for the GConf configuration system
i gconf2 - GNOME configuration database system (support tools)
i gconf2-common - GNOME configuration database system (common files)
To build gdiff-ext from source you need libgconf2-dev, libgnomevfs2-dev, libeel2-dev, libnautilus-extension-dev and libgnomevfs2-dev.
Also note that for Ubuntu-8.04 you have to apply patch from http://patches.ubuntu.com/d/diff-ext/
Serg.