GNOME Bugzilla – Bug 161783
pango-1.8.0 has higher fontconfig dependency than indicated?
Last modified: 2004-12-22 21:47:04 UTC
I get the following error when compiling pango-1.8.0 on a system with fontconfig 2.1. The #define it is looking for is defined on another machine running with fontconfig 2.2.3. gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/devel/gtk+-2.6.0/etc\" -DLIBDIR=\"/devel/gtk+-2.6.0/lib\" -DMODULE_VERSION=\"1.4.0\" -DG_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/devel/gtk+-2.6.0/include/glib-2.0 -I/devel/gtk+-2.6.0/lib/glib-2.0/include -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/X11R6/include -I.. -g -O2 -Wall -MT pangofc-fontmap.lo -MD -MP -MF .deps/pangofc-fontmap.Tpo -c pangofc-fontmap.c -fPIC -DPIC -o .libs/pangofc-fontmap.o pangofc-fontmap.c: In function `pango_fc_convert_weight_to_fc': pangofc-fontmap.c:538: `FC_WEIGHT_NORMAL' undeclared (first use in this function) pangofc-fontmap.c:538: (Each undeclared identifier is reported only once pangofc-fontmap.c:538: for each function it appears in.) make[4]: *** [pangofc-fontmap.lo] Error 1
*** This bug has been marked as a duplicate of 161568 ***