On Mon, Jan 28, 2008 at 12:25:58PM -0500, Infos E-Blokos wrote:
> here the error :
>
> make[2]: Entering directory `/home/src/swftools/lib/pdf'
> g++ -c -DHAVE_CONFIG_H -I/usr/include/freetype2 -Ilame -fPIC -fPIC
> -Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer -I ./ -I xpdf
> GFXOutputDev.cc -o GFXOutputDev.o
> GFXOutputDev.cc:37:20: error: config.h: No such file or directory
> GFXOutputDev.cc:38:19: error: gfile.h: No such file or directory
Run
cd lib/pdf
wget ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.02.tar.gz
perl inject-pdf.pl xpdf-3.02.tar.gz
if you want to compile the CVS version.
Greetings
Matthias