Gour wrote: > Georg Baum ([EMAIL PROTECTED]) > wrote: > >> It should be found automatically by configure. What is your >> OS/distribution? > > Linux/Gentoo. > >> What is your configure command line? > > ./configure --with-frontend=gtk
That should work. >> On my machine it uses freetype2. > > OK. I got rid of freetype1, but stil the same error, Use the workaround posted by Jean-Marc for now. I suspect that the pkg-config files of your GTK libs do not correctly state that freetype2 is needed. I have in /opt/gnome/lib/pkgconfig/pangoft2.pc the line Cflags: -I${includedir}/pango-1.0 -I/usr/include/freetype2 Georg