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 143809 - compile fails on gimpfontlist.c
compile fails on gimpfontlist.c
Status: RESOLVED DUPLICATE of bug 135632
Product: GIMP
Classification: Other
Component: General
2.0.x
Other Linux
: Immediate blocker
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-06-06 15:07 UTC by Stef van der Made
Modified: 2004-06-06 15:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Stef van der Made 2004-06-06 15:07:05 UTC
While compiling gimp 2.0.1 with gcc-3.4.0,glibc-2.3.2. I get this compiler error

Making all in text
gimpfontlist.c: In function `gimp_font_list_font_desc_from_pattern':
gimpfontlist.c:290: error: `FC_WIDTH' undeclared (first use in this function)
gimpfontlist.c:290: error: (Each undeclared identifier is reported only once
gimpfontlist.c:290: error: for each function it appears in.)
gimpfontlist.c:294: error: `FC_WIDTH_NORMAL' undeclared (first use in this function)
gimpfontlist.c:297: error: `FC_WIDTH_ULTRACONDENSED' undeclared (first use in
this function)
gimpfontlist.c:300: error: `FC_WIDTH_EXTRACONDENSED' undeclared (first use in
this function)
gimpfontlist.c:303: error: `FC_WIDTH_CONDENSED' undeclared (first use in this
function)
gimpfontlist.c:306: error: `FC_WIDTH_SEMICONDENSED' undeclared (first use in
this function)
gimpfontlist.c:309: error: `FC_WIDTH_SEMIEXPANDED' undeclared (first use in this
function)
gimpfontlist.c:312: error: `FC_WIDTH_EXPANDED' undeclared (first use in this
function)
gimpfontlist.c:315: error: `FC_WIDTH_EXTRAEXPANDED' undeclared (first use in
this function)
gimpfontlist.c:318: error: `FC_WIDTH_ULTRAEXPANDED' undeclared (first use in
this function)
gimpfontlist.c: In function `gimp_font_list_load_names':
gimpfontlist.c:347: error: `FC_WIDTH' undeclared (first use in this function)
Comment 1 Sven Neumann 2004-06-06 15:13:19 UTC

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