2009/4/21 Albert Astals Cid <[email protected]>: > A Dimarts, 21 d'abril de 2009, Norman Khine va escriure: >> it seems i don't have fontcofig on my system, would you know how to install >> it? > > Don't reply to me only, mail the mailing list. > > I don't use OS X so the answer is http://www.fontconfig.org > > Albert >
Norman, you appear to be using fink (from the '/sw' in your build). I'd suggest that you install the fink version of poppler first - that'll install all the runtime dependencies you need at least. I believe you want the poppler4 package: http://pdb.finkproject.org/pdb/package.php/poppler4 From a development point of view, its a little easier to build with macports, since that installs build-time dependencies too. -Baz >> >> On Mon, Apr 20, 2009 at 8:28 PM, Albert Astals Cid <[email protected]> wrote: >> > A Dilluns, 20 d'abril de 2009, Norman Khine va escriure: >> >> Hello, >> >> I am trying to build poppler on OS X 10.4, but get this error when: >> > >> > Which fontconfig version do you have? >> > >> > Albert >> > >> >> $ 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 > > > _______________________________________________ > poppler mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/poppler > _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
