On Sun, 14 Sep 2008, Allin Cottrell wrote:
pkg-config --cflags gtk+-2.0
pkg-config --modversion gtk+-2.0
Let me try to be a bit more helpful. On my system (also Ubuntu
8.04) these commands produce the following results:
allin@myrtle:~$ pkg-config --cflags gtk+-2.0
-I/usr/include/gtk-2.0 -I/usr/lib/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/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/libpng12 -I/usr/include/pixman-1
allin@myrtle:~$ pkg-config --modversion gtk+-2.0
2.12.9
Allin Cottrell