[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Swftools-common] New problems compiling from CVS
From: |
Fabio Rotondo |
Subject: |
[Swftools-common] New problems compiling from CVS |
Date: |
Wed, 17 Oct 2007 11:01:34 +0200 |
User-agent: |
Thunderbird 2.0.0.0 (X11/20070506) |
Hi,
just updated the CVS, noticing some new patches getting in.
Mainly, the inject-xpdf.pl now works, and the GFXOutputDev.o now compiles.
I get the following new errors:
g++ -c -DHAVE_CONFIG_H -I/usr/include/freetype2 -Ilame -fPIC -fPIC
-Wparentheses -Wimplicit -Wreturn-type -O -fomit-frame-pointer -I ./ -I
xpdf InfoOutputDev.cc -o InfoOutputDev.o
xpdf/OutputDev.h:155: error: ‘Object’ has not been declared
xpdf/OutputDev.h:156: error: ‘Dict’ has not been declared
xpdf/OutputDev.h:190: error: ‘Object’ has not been declared
xpdf/OutputDev.h:193: error: ‘Object’ has not been declared
xpdf/OutputDev.h:196: error: ‘Object’ has not been declared
xpdf/OutputDev.h:201: error: ‘Object’ has not been declared
xpdf/OutputDev.h:220: error: ‘Ref’ has not been declared
xpdf/OutputDev.h:92: error: ‘NULL’ was not declared in this scope
xpdf/OutputDev.h:93: error: ‘NULL’ was not declared in this scope
InfoOutputDev.cc: In member function ‘virtual void
InfoOutputDev::drawImageMask(GfxState*, Object*, Stream*, int, int,
GBool, GBool)’:
InfoOutputDev.cc:115: error: no matching function for call to
‘InfoOutputDev::drawImageMask(GfxState*&, Object*&, Stream*&, int&,
int&, GBool&, GBool&)’
xpdf/OutputDev.h:192: note: candidates are: virtual void
OutputDev::drawImageMask(GfxState*, int*, Stream*, int, int, GBool, GBool)
InfoOutputDev.cc: In member function ‘virtual void
InfoOutputDev::drawImage(GfxState*, Object*, Stream*, int, int,
GfxImageColorMap*, int*, GBool)’:
InfoOutputDev.cc:122: error: no matching function for call to
‘InfoOutputDev::drawImage(GfxState*&, Object*&, Stream*&, int&, int&,
GfxImageColorMap*&, int*&, GBool&)’
xpdf/OutputDev.h:195: note: candidates are: virtual void
OutputDev::drawImage(GfxState*, int*, Stream*, int, int,
GfxImageColorMap*, int*, GBool)
InfoOutputDev.cc: In member function ‘virtual void
InfoOutputDev::drawMaskedImage(GfxState*, Object*, Stream*, int, int,
GfxImageColorMap*, Stream*, int, int, GBool)’:
InfoOutputDev.cc:131: error: no matching function for call to
‘InfoOutputDev::drawMaskedImage(GfxState*&, Object*&, Stream*&, int&,
int&, GfxImageColorMap*&, Stream*&, int&, int&, GBool&)’
xpdf/OutputDev.h:200: note: candidates are: virtual void
OutputDev::drawMaskedImage(GfxState*, int*, Stream*, int, int,
GfxImageColorMap*, Stream*, int, int, GBool)
InfoOutputDev.cc: In member function ‘virtual void
InfoOutputDev::drawSoftMaskedImage(GfxState*, Object*, Stream*, int,
int, GfxImageColorMap*, Stream*, int, int, GfxImageColorMap*)’:
InfoOutputDev.cc:141: error: no matching function for call to
‘InfoOutputDev::drawSoftMaskedImage(GfxState*&, Object*&, Stream*&,
int&, int&, GfxImageColorMap*&, Stream*&, int&, int&, GfxImageColorMap*&)’
xpdf/OutputDev.h:206: note: candidates are: virtual void
OutputDev::drawSoftMaskedImage(GfxState*, int*, Stream*, int, int,
GfxImageColorMap*, Stream*, int, int, GfxImageColorMap*)
Any help?
Ciao,
Fabio
- [Swftools-common] New problems compiling from CVS,
Fabio Rotondo <=