ipe-tools icon indicating copy to clipboard operation
ipe-tools copied to clipboard

Failed compilation of pdftoipe (Poppler 22.12.0)

Open olin256 opened this issue 1 year ago • 0 comments

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);
      |

olin256 avatar Mar 17 '24 11:03 olin256