2009/1/24 Frédérik <[email protected]>: > 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 _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
