Jonathan,
Here's another piece of info that may help unravel the problem. I
listed another directory in the package configuration search path and
here's the output:
--------------
overbyte@linux:~> cat /usr/lib/pkgconfig/pygtk-2.0.pc
prefix=/usr
exec_prefix=/usr
includedir=/usr/include
datadir=/usr/share
# you can use the --variable=pygtkincludedir argument to
# pkg-config to get this value. You might want to use this to
# install additional headers.
pygtkincludedir=${includedir}/pygtk-2.0
# same here. Useful when calling the code generator in addon packages.
defsdir=${datadir}/pygtk/2.0/defs
codegendir=${datadir}/pygtk/2.0/codegen
Name: PyGTK
Description: Python bindings for GTK+ and related libraries
Requires: gobject-2.0
Version: 2.2.0
Cflags: -I${pygtkincludedir}
--------------
Stan
|