Michael Zehrer wrote:
ldd /home/micha/garnome/lib/libfontconfig.so.1 gives: libfreetype.so.6 => /home/micha/gnome2/lib/libfreetype.so.6 (0x40025000) libexpat.so.1 => /usr/lib/libexpat.so.1 (0x40096000) libc.so.6 => /lib/libc.so.6 (0x400b8000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) This is the freetype version that comes with garnome.
Does fc-list and/or fc-cache work?If so, I guess there's no problem with the fontconfig library, so it should be a Qt linking problem.
Check the ./configure logs for Qt, and see what version of freetype did it pick up. It should use includes from /home/micha/gnome2/include/freetype so that's where the problem could be.
Maybe adding the --with-freetype=... or --with-includes=... (whichever is appropriate, maybe not any of these, check with ./configure --help) to the Makefile in GARNOME Qt package.
Hope this helps, Danilo