On Thu, 2006-08-31 at 08:43 +0200, "Weßeling, Christofer" wrote: > I've still done: > > ./configure > make > make install > > with the glib-2.12.2 package, but I still get this error... It should be > more new than 2.10 But if i type: "/opt/gnome/bin/glib-config --version" I > get 1.2.10 Forget glib-config - it's a relic from the older glib1, which isn't relevant. What's probably at issue is that while you've installed glib-2.12.2 to /usr/local, the version provided by your distro is probably in /usr, and is being seen first. Try running: pkg-config --variable=prefix --modversion glib-2.0 and see what returns. Chances are it's something like 2.10.0 and /usr. Simon.
Attachment:
signature.asc
Description: This is a digitally signed message part