Code: Select all
[st3f@lianli /pub/src/gnome-python-2.0.0]$ ./configure
[...]
checking for pygtk-2.0 >= 2.0.0... Package pygtk-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pygtk-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pygtk-2.0' found
configure: error: Library requirements (pygtk-2.0 >= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
Code: Select all
[root@lianli /pub/src/gnome-python-2.0.0]# slocate pygtk
[...]
/usr/local/bin/pygtk-codegen-2.0
/usr/local/lib/pkgconfig/pygtk-2.0.pc
/usr/local/lib/python2.3/site-packages/pygtk.pth
/usr/local/lib/python2.3/site-packages/pygtk.py
/usr/local/lib/python2.3/site-packages/pygtk.pyc
/usr/local/lib/python2.3/site-packages/pygtk.pyo
/usr/local/include/pygtk-2.0
/usr/local/include/pygtk-2.0/pygtk
/usr/local/include/pygtk-2.0/pygtk/pygtk.h
/usr/local/include/pygtk-2.0/pygobject.h
/usr/local/share/pygtk
/usr/local/share/pygtk/2.0
/usr/local/share/pygtk/2.0/codegen
/usr/local/share/pygtk/2.0/codegen/__init__.py
/usr/local/share/pygtk/2.0/codegen/argtypes.py
[...]