I am trying to compile and install ghex-2.8.1 I have included the error message I get when trying to configure as well as a list of my gtk rpms installed. [root@localhost ghex-2.8.1]# rpm -qa | grep gtk gtkspell-2.0.7-2 gtk-engines-0.12-5 gtksourceview-1.1.0-4.fc3 pygtk2-2.4.0-1 usermode-gtk-1.74-1 gtk2-engines-2.2.0-6 unixODBC-gui-gtk-2.2.9-1 gtk-doc-1.3-1 gtkhtml-1.1.9-10 pygtk2-devel-2.4.0-1 pygtk2-libglade-2.4.0-1 authconfig-gtk-4.6.5-3.1 gtkhtml3-3.3.2-3 gtk+-1.2.10-33 aiksaurus-gtk-1.2.1-2 gtk2-2.4.14-2.fc3 gtk2-devel-2.4.14-2.fc3 gtkhtml2-2.6.2-1 gtkspell-devel-2.0.7-2 gnome-python2-gtkhtml2-2.6.0-3 The error message - checking for gtk+-2.0 >= 2.4.0 atk >= 1.0.0... yes checking LIBGTKHEX_CFLAGS... -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API - I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include - I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 - I/usr/lib/glib-2.0/include checking LIBGTKHEX_LIBS... -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk- x11-2.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 - latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 checking for gtk+-2.0 >= 2.4.0 libgnomeui-2.0 >= 2.6.0 libgnomeprintui-2.2... Package libgnomeprintui-2.2 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgnomeprintui-2.2.pc' to the PKG_CONFIG_PATH environment variable No package 'libgnomeprintui-2.2' found configure: error: Library requirements (gtk+-2.0 >= 2.4.0 libgnomeui-2.0 >= 2.6.0 libgnomeprintui-2.2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. > On Sun, 13 Feb 2005 22:23:25 -0700, Ian Johnson <norules@xxxxxxxxx> wrote: > > I am trying to install some programs but get errors when running > > configure - saying the gtk+-2 versions >= 2.4 are requires. Fedora Core > > 3 uses version 1.2. > > > > Is it possible to upgrade to the 2.x version? If so would it be > > incredibly foolhardy to do so? And what version of GTK+ will FC4 > > include. > > > > This error is something of a red herring. > > Do this at the comand line: > > rpm -qa | grep gtk > > I am betting dollars to doughnuts you got gtk 2.8,0- something. > > So why the error? > > You did not install the development headers for gtk. Its ok. > > I believe all you have to do is run this as root: > > yum install gtk2-devel > > Now the fun part is that might not be all you are missing and you > might have to do this multiple times to get all the devel packages > needed to compile the source you are using. > > > ------------------------------ > > Message: 11 > Date: Mon, 14 Feb 2005 00:01:15 -0600 > From: Jeff Vian <jvian10@xxxxxxxxxxx> > Subject: Re: gtk2+ > To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx> > Message-ID: <1108360875.5612.117.camel@xxxxxxxxxxxxxxx> > Content-Type: text/plain > > On Sun, 2005-02-13 at 22:23 -0700, Ian Johnson wrote: > > I am trying to install some programs but get errors when running > > configure - saying the gtk+-2 versions >= 2.4 are requires. Fedora Core > > 3 uses version 1.2. > > > > Is it possible to upgrade to the 2.x version? If so would it be > > incredibly foolhardy to do so? And what version of GTK+ will FC4 > > include. > > > > what program are you installing? > FC3 has both gtk+ and gtk2 (gtk2 is gtk+ version 2) > > [root@goliath ~]# rpm -qa | grep gtk > pygtk2-libglade-2.4.0-1 > pygtk2-devel-2.4.0-1 > authconfig-gtk-4.6.5-3.1 > gtk+-1.2.10-33 > aiksaurus-gtk-1.2.1-2 > gtk-doc-1.2-2 > gtksourceview-1.1.0-4.fc3 > pygtk2-2.4.0-1 > gtkspell-2.0.7-2 > gtk2-engines-2.2.0-6 > xmms-gtk-playlist-2.0-0.1.fc3.rf > gtk2-2.4.14-2.fc3 > gtk2-devel-2.4.14-2.fc3 > gtkhtml2-2.6.2-1 > gtkhtml3-3.3.2-3 > gtkhtml-1.1.9-10 > gnome-python2-gtkhtml2-2.6.0-3 > usermode-gtk-1.74-1 > gtk-engines-0.12-5 > gtk+-devel-1.2.10-33 >