On Tue, 8 May 2007 22:18:56 +0200
Dirk Mueller <[EMAIL PROTECTED]> wrote:

> On Tuesday, 8. May 2007, Emanuele A. Bagnaschi wrote:
> 
> > Here's the relevant compiler output:
> >re/plugins/pdf/pdfRenderer.cpp:147: error: no matching function for
> >call to
> > ‘Poppler::Page::renderToImage(double&, double&, int, int, int, int,
> > bool)’
> 
> can you try this?
> 
> --- pdfRenderer.cpp     (revision 662047)
> +++ pdfRenderer.cpp     (working copy)
> @@ -144,7 +144,7 @@ RenderedDocumentPagePixmap* PdfRenderer:
>          image = pdfPage->renderToImage(res, res);
>        else
>        {
> -        image = pdfPage->renderToImage(res, res, -1, -1, -1, -1,
> true);
> +        image = pdfPage->renderToImage(res, res, -1, -1, -1, -1, 
> Poppler::Page::Rotate0);
>        }
> 
>        // Create Text information
> 
> 
> Thanks,
> Dirk

Hi,
this seems to fix one of the two errors.
The other one (which was already in the output reported in the
previous email) is:

/var/tmp/portage/kde-base/kdegraphics-3.90.1/work/kdegraphics-3.90.1/ligature/plugins/pdf/pdfRenderer.cpp:636:
error: ‘class Poppler::Document’ has no member named ‘print’


Best regards,
-- 
Emanuele A. Bagnaschi

Ethernet, n.  What you use to catch the Etherbunny
                -- Anonymous

Attachment: signature.asc
Description: PGP signature

_______________________________________________
release-team mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/release-team

Reply via email to