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

Failure to compile with poppler 0.69.0 #29

Closed
fxcoudert opened this issue Sep 24, 2018 · 2 comments
Closed

Failure to compile with poppler 0.69.0 #29

fxcoudert opened this issue Sep 24, 2018 · 2 comments

Comments

@fxcoudert
Copy link

The error is:

09:45:41 clang++ -Wno-write-strings -I/usr/local/Cellar/poppler/0.69.0/include/poppler  -c -o pdftoipe.o pdftoipe.cpp
09:45:41 pdftoipe.cpp:160:11: error: no type named 'memCheck' in 'Object'
09:45:41   Object::memCheck(stderr);

since Object::memCheck was removed in https://cgit.freedesktop.org/poppler/poppler/commit/poppler/Object.h?h=poppler-0.69.0&id=c362ab1b97f20c5b73b3bad8d52015f679178748

@fxcoudert
Copy link
Author

fxcoudert commented Sep 24, 2018

Any chance we get a release with this fix? So that the latest version of pdftoipe can build with the latest of poppler? This means we could ship it in Homebrew… Thanks!

@otfried
Copy link
Owner

otfried commented Sep 24, 2018

Okay, done.

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