Hi, David A Iacobellis <[EMAIL PROTECTED]> 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. _______________________________________________ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
