On Sep 19, 2006, at 10:11 AM, Paul Beard wrote:
checking for pkg-config... /opt/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBGNOMEUI... yes checking for GNOME_TEST... configure: error: Package requirements ( gdk-pixbuf-2.0 >= 2.9.0) were not met:
Requested 'gdk-pixbuf-2.0 >= 2.9.0' but version of GdkPixbuf is 2.8.19
Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
white:~ root# port installed | grep gdk gdk-pixbuf @0.22.0_1 (active) white:~ root# port list | grep gdk gdk-pixbuf @0.22.0 graphics/gdk-pixbuf
How to resolve this?
I think you need gtk 2.10.2 installed. I'm pretty sure gdk-pixbuf is now a part of gtk and the gdk-pixbuf port only applies to gtk v1.x (I could be wrong though). - jim