On Thu, Nov 13, 2008 at 12:36:52PM -0600, Douglas Miller <[EMAIL PROTECTED]> wrote: > I've been trying for a couple of days now to compile pdf2swf. Currently I > working with the CVS version. > .. > GFXOutputDev.cc:40:20: error: config.h: No such file or directory > GFXOutputDev.cc:45:19: error: gfile.h: No such file or directory > GFXOutputDev.cc:46:21: error: GString.h: No such file or directory > GFXOutputDev.cc:48:20: error: Object.h: No such file or directory
Try downloading xpdf-3.02.tar.gz from http://www.foolabs.com/, place it into lib/pdf/, and then run: cd lib/pdf/ perl inject-xpdf.pl xpdf-3.02.tar.gz I guess that the CVS version should have some kind of autogen.sh script which does this automatically... Greetings Matthias
