Closed msageryd closed 5 years ago
I tried to upgrade from Poppler 0.70 to 0.71, and got a different build error.
../src/NodePopplerPage.h:158:31: error: unknown type name 'GBool'
TextPage *getTextPage(GBool rawOrder) {
Hi.
Looks like GooList::append
was removed in popper 0.70.0.
Same for GBool
in 0.71.0.
I will look into it, so please downgrade to 0.69 until then.
Thanks for a speedy reply!
It seems like I have to build poppler from source to be able to install an older version. Or do you know of any other means to get hold of older versions?
I'm having trouble building poppler-simple on OSX (10.14, Mojave)
Not sure what's essential information from the build log. Here is the first error:
This is what I've done so far:
brew install poppler
brew install python2
brev install pkg-config
npm install poppler-simple