Hi, Sakari Aaltonen <sakari@xxxxxxxxxxxx> writes: > './configure' for gtk+-2.4.10 fails (on a Linux machine), complaining > > configure: error: Pango 1.2.0 and Xft backend is required for x11 target Pango has multiple backends and GTK+ on X11 depends on the PangoXft backend being available. It won't be sufficient to have Pango installed, you need Pango built with the Xft backend. You can check for it using pkg-config: pkg-config --modversion pangoxft As long as this does not return 1.4.0 or larger you don't need to attempt to configure GTK+. Sven _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list