[OTR-users] configure: error: glib
Ian Goldberg
ian at cypherpunks.ca
Thu Feb 16 08:36:04 EST 2006
On Thu, Feb 16, 2006 at 01:44:04AM -0800, CLAY SHENTRUP wrote:
> I'm having this
> error<http://lists.cypherpunks.ca/pipermail/otr-users/2005-December/000497.html>.
> I have compiled glib and gtk myself even, and still to no avail.
That error usually means that you don't have the pkg-config files for
glib and/or gtk installed properly. Can you run:
$ pkg-config --libs "glib-2.0 >= 2.4 gtk+-2.0 >= 2.4 gaim >= 1.0"
And see what happens? It should output something like:
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm
-lpangoxft-1.0 -lpangox-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0
-lgmodule-2.0 -ldl -lglib-2.0
- Ian
More information about the OTR-users
mailing list