GNOME Bugzilla – Bug 143809
compile fails on gimpfontlist.c
Last modified: 2004-06-06 15:13:19 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)
*** This bug has been marked as a duplicate of 135632 ***