> Do the same thing for "Dict":
> Add
> class Dict;
> to the beginning of xpdf/OutputDev.h
I tried, this removed the error from "Dict", but I have still the
errors about "Ref" and "NULL".
In file included from xpdf/SplashOutputDev.h:21,
from InfoOutputDev.cc:2:
xpdf/OutputDev.h:223: error: `Ref' was not declared in this scope
xpdf/OutputDev.h:223: error: syntax error before `)' token
xpdf/OutputDev.h:95: error: `NULL' was not declared in this scope
xpdf/OutputDev.h:96: error: `NULL' was not declared in this scope
make[2]: *** [InfoOutputDev.o] Error 1
make[2]: Leaving directory `/home/catalogue/swftools/lib/pdf'
make[1]: *** [libpdf.a] Error 2
make[1]: Leaving directory `/home/catalogue/swftools/lib'
make: *** [all] Error 2
I tried the same for "Ref", but I have now an error about incomplete
type (Ref) unfortunatly...
In file included from xpdf/SplashOutputDev.h:21,
from InfoOutputDev.cc:2:
xpdf/OutputDev.h:95: error: `NULL' was not declared in this scope
xpdf/OutputDev.h:96: error: `NULL' was not declared in this scope
xpdf/OutputDev.h: In member function `virtual void OutputDev::drawForm(Ref)':
xpdf/OutputDev.h:223: error: `id' has incomplete type
xpdf/OutputDev.h:1: error: forward declaration of `struct Ref'
make[2]: *** [InfoOutputDev.o] Error 1
make[2]: Leaving directory `/home/catalogue/swftools/lib/pdf'
make[1]: *** [libpdf.a] Error 2
make[1]: Leaving directory `/home/catalogue/swftools/lib'
make: *** [all] Error 2
Thanks a lot for your time.