Pdf-Presenter-Console
Pdf-Presenter-Console copied to clipboard
poppler>=0.17.0: undefined reference to `poppler_page_render_to_pixbuf'
CMakeFiles/pdf_presenter_console.dir/classes/renderer/pdf.c.o: In function
pdf.c:(.text+0x295): undefined reference to `poppler_page_render_to_pixbuf'
Apparently the function got removed in poppler 0.17.0: http://trac.emma-soft.com/epdfview/changeset/360/trunk/src/DocumentPage.cxx
I tried to solve this in https://github.com/davvil/Pdf-Presenter-Console. Please test.
First time using vala and poppler. As far as I can see it works, but more testing is certainly needed.
Works like a charm, thanks!
I am facing this bug and the link above gives me an 404. Could you please provide these modifications?
I went ahead and published my extensions under a new (but related) name, therefore the broken link. Have a look at http://davvil.github.com/pdfpc/
If you are only interested in the poppler fix you should be able to cherry-pick the commit. I can help you with that.
Awesome. Thank you.