Probleme mit pango beim gimp-übersetzen...
...ich versuche gimp 2.2.3 zu bauen, ich bleibe jedoch beim pango/fontconfig step stecken... folgende Ausgabe liefert "configure --prefix=/usr": checking LIBART_CFLAGS... -I/usr/include/libart-2.0 checking LIBART_LIBS... -lart_lgpl_2 checking for fontconfig >= 2.2.0... yes checking FONTCONFIG_CFLAGS... checking FONTCONFIG_LIBS... -lfontconfig checking for pangoft2 >= 1.4.0... yes checking PANGOFT2_CFLAGS... -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include checking PANGOFT2_LIBS... -Wl,--export-dynamic -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 checking if Pango is version 1.9.0 or newer... no checking if Pango is built with a recent fontconfig... no configure: error: *** You have a fontconfig >= 2.2.0 installed on your system, but your *** PangoFT2 is using an older version. This old version is probably in *** /usr/X11R6. Look at the above output, and note that the result for *** FONTCONFIG_CFLAGS is not in the result for PANGOFT2_CFLAGS, and that *** there is likely an extra -I line, other than the ones for GLIB, *** Freetype, and Pango itself. That's where your old fontconfig files are. *** Rebuild pango, and make sure that it uses the newer fontconfig. The *** easiest way be sure of this is to simply get rid of the old fontconfig. *** When you rebuild pango, make sure the result for FONTCONFIG_CFLAGS is *** the same as the result here. Es sind tatsächlich 2 fontconfig-installationen parallel installiert, die (vermutlich von Xfree mitgelieferte) Version und eine aktuellere (2.2.96). Die Sourcen von pango 1.4.1 sind noch vorhanden und übersetzt wird das Programm ohne spezielle Parameter (außer ebenfalls dem "--prefix=/usr"). Vermutlich bindet es das alte fontconfig von X11 ein (was ich so dem errorlog oben entnommen habe). Hat jemand einen Tip wie ich pango zum neuen fontconfig zeigen lasse? Ich möchte nicht wie beschrieben eins löschen da ich nicht 100% weiss welches das aktuellere ist. Ich denke aber es ist das in "/usr/include/fontconfig" und nicht das in "/usr/X11R6/include/fontconfig". Danke für Tips, Thomas -- If your VCR is still blinking 12:00, you don't want Linux [Bruce Perens, Debian's Fearless Leader]
Teilnehmer (1)
-
Thomas Findeisen