[Parti-discuss] Install to suse
Nathaniel Smith
njs at pobox.com
Sun Jan 25 01:54:23 EST 2009
2009/1/24 Frédérik <frederik.baville at free.fr>:
> Exception: call to pkg-config ('pkg-config --libs --cflags pygobject-2.0
> gdk-x11-2.0 gtk+-x11-2.0 xtst xfixes xcomposite xdamage') failed
What this is saying is that we asked the 'pkg-config' program where to
find the development files for those different libraries (pygobject,
gdk, gtk, xtst, xfixes, xcomposite, xdamage), but it couldn't find
some of them -- probably because they aren't installed on your system.
To fix this, you need to install the development packages with your
package manager. Every distro names these somewhat differently, and
I'm not sure what they're called on SuSE (anyone else on the list
know?). Probably something like 'python-gobject-devel',
'gtk+2-devel', 'libxtst-devel', or things of that nature...
Does that help?
-- Nathaniel
More information about the Parti-discuss
mailing list