RSS/Atom feed Twitter
Site is read-only, email is disabled

compile failure on GIMP 2.0.1

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

compile failure on GIMP 2.0.1 David A Iacobellis 21 Apr 01:43
  compile failure on GIMP 2.0.1 Sven Neumann 21 Apr 02:18
   compile failure on GIMP 2.0.1 Sven Neumann 21 Apr 02:20
David A Iacobellis
2004-04-21 01:43:16 UTC (about 20 years ago)

compile failure on GIMP 2.0.1

I am trying to compile gimp 2.0.1. The configure scripts runs without any glitches. When I attempt make I am getting the following error:

/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/local/include -DG_LOG_DOMAIN=\"Gimp-Text\" -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2 -Wall -MT gimpfontlist.o -MD -MP -MF ".deps/gimpfontlist.Tpo" \ -c -o gimpfontlist.o `test -f 'gimpfontlist.c' || echo './'`gimpfontlist.c; \
then mv -f ".deps/gimpfontlist.Tpo" ".deps/gimpfontlist.Po"; \ else rm -f ".deps/gimpfontlist.Tpo"; exit 1; \ fi
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) make[3]: *** [gimpfontlist.o] Error 1 make[3]: Leaving directory `/usr/local/gimp-2.0.1/app/text' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/gimp-2.0.1/app' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/gimp-2.0.1' make: *** [all] Error 2

Is there a problem in the 2.0.1 code causing this failure or do I have an out of date library somewhere that the configure script didn't catch? I am running SuSE 8.2 and have updated my system (through SuSE) to gnome 2.4. I am also running the 2.6.2 kernel. Any help will be appreciated.

Dave

Sven Neumann
2004-04-21 02:18:04 UTC (about 20 years ago)

compile failure on GIMP 2.0.1

Hi,

David A Iacobellis writes:

I am trying to compile gimp 2.0.1. The configure scripts runs without any glitches. When I attempt make I am getting the following error:

/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/usr/local/include -DG_LOG_DOMAIN=\"Gimp-Text\" -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -g -O2 -Wall -MT gimpfontlist.o -MD -MP -MF ".deps/gimpfontlist.Tpo" \ -c -o gimpfontlist.o `test -f 'gimpfontlist.c' || echo './'`gimpfontlist.c; \
then mv -f ".deps/gimpfontlist.Tpo" ".deps/gimpfontlist.Po"; \ else rm -f ".deps/gimpfontlist.Tpo"; exit 1; \ fi
gimpfontlist.c: In function `gimp_font_list_font_desc_from_pattern': gimpfontlist.c:290: error: `FC_WIDTH' undeclared (first use in this function)

Is there a problem in the 2.0.1 code causing this failure or do I have an out of date library somewhere that the configure script didn't catch? I am running SuSE 8.2 and have updated my system (through SuSE) to gnome 2.4. I am also running the 2.6.2 kernel.

Looks like you have old fontconfig headers installed.

Sven

PS: Completely unrelated to GIMP, but a kernel update wouldn't hurt.

Sven Neumann
2004-04-21 02:20:06 UTC (about 20 years ago)

compile failure on GIMP 2.0.1

Hi,

btw, a quick search on bugzilla would have showed you this:

http://bugzilla.gnome.org/show_bug.cgi?id=135632

Sven