Hi, Having a problem with compiling on Linux RedHat. I think it might be because my version of fontconfig is too old? All the font config stuff seems to be surrounded by #ifdef HAVE_FONTCONFIG stuff so I presume I can turn this off? Or alternatively, what version of fontconfig would I need to upgrade to to make this work?
[EMAIL PROTECTED] swftools-2008-04-08-0844]# make making all in m4... cd m4;make all make[1]: Entering directory `/root/src/swftools-2008-04-08-0844/m4' make[1]: Leaving directory `/root/src/swftools-2008-04-08-0844/m4' making all in lib... cd lib;make all make[1]: Entering directory `/root/src/swftools-2008-04-08-0844/lib' cd pdf;make libpdf make[2]: Entering directory `/root/src/swftools-2008-04-08-0844/lib/pdf' g++ -c -DHAVE_CONFIG_H -I/usr/include/freetype2 -I/usr/include/fontconfig -fPIC -fPIC -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer -I ./ -I xpdf GFXOutputDev.cc -o GFXOutputDev.o GFXOutputDev.cc: In destructor `virtual GFXGlobalParams::~GFXGlobalParams()': GFXOutputDev.cc:312: error: `FcFini' was not declared in this scope make[2]: *** [GFXOutputDev.o] Error 1 make[2]: Leaving directory `/root/src/swftools-2008-04-08-0844/lib/pdf' make[1]: *** [libpdf.a] Error 2 make[1]: Leaving directory `/root/src/swftools-2008-04-08-0844/lib' make: *** [all] Error 2 [EMAIL PROTECTED] swftools-2008-04-08-0844]# Thanks, Matt
