ipe-tools
ipe-tools copied to clipboard
Failed compilation of pdftoipe (Poppler 22.12.0)
Both with and without #48 I'm getting
xmloutputdev.cpp:156:21: error: no matching function for call to 'GfxState::getLineDash(double**, int*, double*)'
156 | state->getLineDash(&dash, &length, &start);
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
Even #55 did not help and produced
pdftoipe.cpp:103:53: error: no matching function for call to 'PDFDoc::PDFDoc(GooString*&, GooString*&, GooString*&)'
103 | PDFDoc *doc = new PDFDoc(fileName, ownerPW, userPW);
|