Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't build with poppler 0.86.1 #2

Closed
seb128 opened this issue Mar 21, 2020 · 2 comments
Closed

Doesn't build with poppler 0.86.1 #2

seb128 opened this issue Mar 21, 2020 · 2 comments

Comments

@seb128
Copy link

seb128 commented Mar 21, 2020

The current version fails to build with the new poppler, build log example

https://launchpadlibrarian.net/469668101/buildlog_ubuntu-focal-amd64.extractpdfmark_1.1.0-1ubuntu3_BUILDING.txt.gz

@trueroad
Copy link
Owner

It seems that your environment does not have poppler-cpp.
In your build log,

configure: selecting for --with-poppler=auto
configure:  trying for cpp (poppler-cpp >= 0.74.0)
checking for POPPLER_CPP... no
configure:  trying for core (poppler >= 0.48.0)
checking for POPPLER... yes
configure: use --with-poppler=core

Please use poppler-cpp interface if you use poppler-0.74.0 or above.
Maybe libpoppler-cpp-dev package is required for Ubuntu.

@seb128
Copy link
Author

seb128 commented Mar 21, 2020

Thanks for pointing that out! Indeed adding that Build-Depends fixes it, weird that it built fine without it until poppler 0.85 though...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants