After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 161783 - pango-1.8.0 has higher fontconfig dependency than indicated?
pango-1.8.0 has higher fontconfig dependency than indicated?
Status: RESOLVED DUPLICATE of bug 161568
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2004-12-20 13:58 UTC by Billy Biggs
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Billy Biggs 2004-12-20 13:58:07 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
Comment 1 Owen Taylor 2004-12-20 14:00:03 UTC

*** This bug has been marked as a duplicate of 161568 ***