Re: GLib 2.2.1, Pango 1.2.1, GTK+ 2.2.1
Tor Lillqvist <[email protected]> Sat, 15 Feb 2003 02:34:23 +0000
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
"alex_shaduri <[email protected]>" <[email protected]> writes: > Everything works fine, but I noticed a strange error when running pango-querymodules.exe: > Cannot load module C:\WINDOWS\lib\pango\1.2.0\modules\pango-arabic-ft2.dll: One > of the library files needed to run this application cannot be found. Umm, yes, pangoft2 requires fontconfig now (and fontconfig requires expat). If pangoft2 doesn't interest you (if you just use GTK+ it doesn't), just hide the *-ft2 modules. > btw, why does gdk-pixbuf-query-loaders.exe return nothing? It by default uses the compile-time path to the modules. I probably should add code to it to look up its installation location at runtime, like gdk_pixbuf_io_init() does. In the meantime, set the GDK_PIXBUF_MODULEDIR environment variable to point to your lib\gtk-2.0\2.2.0\loaders folder. --tml