Re: [CentOS] gtk+-2 and centos 5

2009-06-22 Thread Filipe Brandenburger
Hi, On Mon, Jun 22, 2009 at 01:44, Frank Coxthea...@sasktel.net wrote: [frank...@jeff ~]$ pkg-config --cflags gtk+-2.0 Package cairo was not found in the pkg-config search path. Perhaps you should add the directory containing `cairo.pc' From previous posts, you seem to have a x86_64 machine

Re: [CentOS] gtk+-2 and centos 5

2009-06-21 Thread Filipe Brandenburger
On Sun, Jun 21, 2009 at 18:02, Frank Coxthea...@sasktel.net wrote: ./configure errors out with this message: checking for GTK+ - version = 2.4.0... no Do you have the gtk2-devel package installed? You need it to build something that uses GTK+ 2.10... HTH, Filipe

Re: [CentOS] gtk+-2 and centos 5

2009-06-21 Thread Frank Cox
On Sun, 21 Jun 2009 21:37:14 -0400 Filipe Brandenburger wrote: On Sun, Jun 21, 2009 at 18:02, Frank Coxthea...@sasktel.net wrote: ./configure errors out with this message: checking for GTK+ - version = 2.4.0... no Do you have the gtk2-devel package installed? You need it to build

Re: [CentOS] gtk+-2 and centos 5

2009-06-21 Thread Frank Cox
On Sun, 21 Jun 2009 17:59:44 -0700 (PDT) nate wrote: Look at the config.log you could be missing some packages. I suspect it's a naming issue, where configure is looking for GTK+-2 but Centos has GTK2. I posted the error message in my initial query here; this is the relevant section of

Re: [CentOS] gtk+-2 and centos 5

2009-06-21 Thread Filipe Brandenburger
Hi, On Mon, Jun 22, 2009 at 00:28, Frank Coxthea...@sasktel.net wrote: configure:4752: gcc -o conftest -g -O2    conftest.c -lexpat -lz   5 conftest.c:16:21: error: gtk/gtk.h: No such file or directory gtk2-devel contains /usr/include/gtk-2.0/gtk/gtk.h. For that to work, you have to use

Re: [CentOS] gtk+-2 and centos 5

2009-06-21 Thread Frank Cox
On Mon, 22 Jun 2009 01:26:42 -0400 Filipe Brandenburger wrote: $ pkg-config --cflags gtk+-2.0 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include