When building GIMP2 i get this error
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../app
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0
-I/usr/local/include -I/usr/X11R6/include
-I/usr/X11R6/include/freetype2 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0
-I/usr/local/include -I/usr/X11R6/include
-I/usr/X11R6/include/freetype2 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include
-DG_LOG_DOMAIN=\"Gimp-Text\" -I/usr/local/include
-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:282: error: `FC_WIDTH' undeclared (first use in this
function)
gimpfontlist.c:282: error: (Each undeclared identifier is reported
only once
gimpfontlist.c:282: error: for each function it appears in.)
gimpfontlist.c:286: error: `FC_WIDTH_NORMAL' undeclared (first use in
this function)
gimpfontlist.c:289: error: `FC_WIDTH_ULTRACONDENSED' undeclared (first
use in this function)
gimpfontlist.c:292: error: `FC_WIDTH_EXTRACONDENSED' undeclared (first
use in this function)
gimpfontlist.c:295: error: `FC_WIDTH_CONDENSED' undeclared (first use
in this function)
gimpfontlist.c:298: error: `FC_WIDTH_SEMICONDENSED' undeclared (first
use in this function)
gimpfontlist.c:301: error: `FC_WIDTH_SEMIEXPANDED' undeclared (first
use in this function)
gimpfontlist.c:304: error: `FC_WIDTH_EXPANDED' undeclared (first use
in this function)
gimpfontlist.c:307: error: `FC_WIDTH_EXTRAEXPANDED' undeclared (first
use in this function)
gimpfontlist.c:310: error: `FC_WIDTH_ULTRAEXPANDED' undeclared (first
use in this function)
gimpfontlist.c: In function `gimp_font_list_load_names':
gimpfontlist.c:339: error: `FC_WIDTH' undeclared (first use in this
function)
make[3]: *** [gimpfontlist.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I'm using OSX 10.3 and have installed darwinports in /usr/local (not
/opt/local).
_______________________________________________
Darwinports mailing list
Darwinports@xxxxxxxxxxxxxx
http://www.opendarwin.org/mailman/listinfo/darwinports