Hi, Normally, pkg-config should return the version of xcb-ewmh when you run the following command:
$ pkg-config --modversion xcb-ewmh If it does not, it means that /usr/local/lib/pkg-config is not in your pkg-config path, which may explain why the configure script returns an error. In that case you may want to check you distribution documentation (a quick fix would be to add the path to PKG_CONFIG_PATH environment variable). Does it help? Regards, Arnaud Fontaine -- To unsubscribe, send mail to [email protected].
