Source: xpdf
Version: 3.03-15
Severity: important

Dear Maintainer,

The latest xpdf from experimental fails to build (in experimental):

| build/CoreOutputDev.cc: In member function ‘void CoreOutputDev::clear()’:
| build/CoreOutputDev.cc:60:20: error: no matching function for call to 
‘CoreOutputDev::startPage(int, NULL)’
|    startPage(0, NULL);
|                     ^
| build/CoreOutputDev.cc:60:20: note: candidate is:
| In file included from build/CoreOutputDev.h:17:0,
|                  from build/CoreOutputDev.cc:17:
| /usr/include/poppler/SplashOutputDev.h:201:16: note: virtual void 
SplashOutputDev::startPage(int, GfxState*, XRef*)
|    virtual void startPage(int pageNum, GfxState *state, XRef *xref);
|                 ^
| /usr/include/poppler/SplashOutputDev.h:201:16: note:   candidate expects 3 
arguments, 2 provided

Replacing “startPage(0, NULL)” with “startPage(0, NULL, NULL)” fixes the issue 
for me.

This won’t work with Poppler 0.22, but the 0.22 version can now be maintained 
in unstable.

--
Dmitry Shachnev

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to