Hello, I am trying to build poppler on OS X 10.4, but get this error when:
$ make ... /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/sw/include/cairo -I/sw/include/pixman-1 -I/sw/include/freetype2 -I/sw/include -I/sw/include/libpng12 -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/libxml2 -I/sw/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/sw/include -Wall -Wno-write-strings -I/sw/include -D_THREAD_SAFE -MT GlobalParams.lo -MD -MP -MF .deps/GlobalParams.Tpo -c -o GlobalParams.lo GlobalParams.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo -I/sw/include/cairo -I/sw/include/pixman-1 -I/sw/include/freetype2 -I/sw/include -I/sw/include/libpng12 -I/usr/X11R6/include -I/usr/X11/include -I/sw/include/libxml2 -I/sw/include -I/sw/include/freetype2 -I/sw/include -I/usr/X11R6/include -I/sw/include -Wall -Wno-write-strings -I/sw/include -D_THREAD_SAFE -MT GlobalParams.lo -MD -MP -MF .deps/GlobalParams.Tpo -c GlobalParams.cc -fno-common -DPIC -o .libs/GlobalParams.o GlobalParams.cc: In function 'FcPattern* buildFcPattern(GfxFont*)': GlobalParams.cc:985: error: 'FC_WIDTH_CONDENSED' was not declared in this scope GlobalParams.cc:1020: error: 'FC_WEIGHT_EXTRALIGHT' was not declared in this scope GlobalParams.cc:1023: error: 'FC_WEIGHT_NORMAL' was not declared in this scope GlobalParams.cc:1027: error: 'FC_WEIGHT_EXTRABOLD' was not declared in this scope GlobalParams.cc:1035: error: 'FC_WIDTH_ULTRACONDENSED' was not declared in this scope GlobalParams.cc:1036: error: 'FC_WIDTH_EXTRACONDENSED' was not declared in this scope GlobalParams.cc:1037: error: 'FC_WIDTH_CONDENSED' was not declared in this scope GlobalParams.cc:1038: error: 'FC_WIDTH_SEMICONDENSED' was not declared in this scope GlobalParams.cc:1039: error: 'FC_WIDTH_NORMAL' was not declared in this scope GlobalParams.cc:1040: error: 'FC_WIDTH_SEMIEXPANDED' was not declared in this scope GlobalParams.cc:1041: error: 'FC_WIDTH_EXPANDED' was not declared in this scope GlobalParams.cc:1042: error: 'FC_WIDTH_EXTRAEXPANDED' was not declared in this scope GlobalParams.cc:1043: error: 'FC_WIDTH_ULTRAEXPANDED' was not declared in this scope GlobalParams.cc:1083: error: 'FC_WIDTH' was not declared in this scope make[3]: *** [GlobalParams.lo] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
