On Mon, Oct 08, 2007 at 05:16:32PM +0200, Bertrand L. wrote:
> patching file config.h
> Hunk #1 FAILED at 53.
> 1 out of 2 hunks FAILED -- saving rejects to file config.h.rej
> 
> and at the end :
> 
> Hunk #1 succeeded at 919 (offset -6 lines).
> Died at inject-xpdf.pl line 18.

Are there any other "hunks FAILED" messages? 
What does
    find -name "*.rej" 
display?

> xpdf/OutputDev.h:155: error: type specifier omitted for parameter `Object'
> xpdf/OutputDev.h:155: error: syntax error before `*' token

If you need a quick fix, try adding

    class Object;

to the very beginning of xpdf/OutputDev.h.

CVS compile is sometimes tricky, but the things I'm doing in lib/pdf
will hopefully converge again in the near future.

Greetings

Matthias




Reply via email to