.../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::parse(Object*, GBool)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:417:29: error: invalid conversion from 'Object*' to 'int' [-fpermissive] obj->arrayGet(i, &obj2); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:331:15: note: initializing argument 2 of 'Object Object::arrayGet(int, int)' inline Object Object::arrayGet(int i, int recursion = 0) ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:420:12: error: within this context obj2.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:423:17: error: within this context obj2.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::go(GBool)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:442:22: error: use of deleted function 'Object Parser::getObj(T) [with T = Object*]' parser->getObj(&obj); ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:49:0: /usr/pkg/include/poppler/Parser.h:58:31: note: declared here template Object getObj(T) = delete; ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:460:16: error: within this context obj.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:462:15: error: within this context args[i].free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:467:23: error: use of deleted function 'Object& Object::operator=(const Object&)' args[numArgs++] = obj; ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:173:11: note: declared here Object &operator=(const Object &other) = delete; ^ /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:478:16: error: within this context obj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:482:24: error: use of deleted function 'Object Parser::getObj(T) [with T = Object*]' parser->getObj(&obj); ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:49:0: /usr/pkg/include/poppler/Parser.h:58:31: note: declared here template Object getObj(T) = delete; ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:484:12: error: within this context obj.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:499:20: error: within this context args[i].free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opSetDash(Object*, int)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:696:31: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dash[i] = a->get(i, &obj)->getNum(); ^ In file included from /usr/pkg/include/poppler/Object.h:320:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Array.h:66:10: note: initializing argument 2 of 'Object Array::get(int, int)' Object get(int i, int resursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:696:32: error: base operand of '->' has non-pointer type 'Object' dash[i] = a->get(i, &obj)->getNum(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:697:16: error: within this context obj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opSetExtGState(Object*, int)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:747:50: error: no matching function for call to 'GfxResources::lookupGState(char*, Object*)' if (!res->lookupGState(args[0].getName(), &obj1)) { ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35:0: /usr/pkg/include/poppler/Gfx.h:122:10: note: candidate: Object GfxResources::lookupGState(char*) Object lookupGState(char *name); ^ /usr/pkg/include/poppler/Gfx.h:122:10: note: candidate expects 1 argument, 2 provided In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:752:15: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:762:54: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (!obj1.dictLookup(const_cast("BM"), &obj2)->isNull()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:762:55: error: base operand of '->' has non-pointer type 'Object' if (!obj1.dictLookup(const_cast("BM"), &obj2)->isNull()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:770:13: error: within this context obj2.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:771:53: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj1.dictLookup(const_cast("ca"), &obj2)->isNum()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:771:54: error: base operand of '->' has non-pointer type 'Object' if (obj1.dictLookup(const_cast("ca"), &obj2)->isNum()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:774:13: error: within this context obj2.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:775:53: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj1.dictLookup(const_cast("CA"), &obj2)->isNum()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:775:54: error: base operand of '->' has non-pointer type 'Object' if (obj1.dictLookup(const_cast("CA"), &obj2)->isNum()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:778:13: error: within this context obj2.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:782:68: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if ((haveFillOP = (obj1.dictLookup(const_cast("op"), &obj2)->isBool()))) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:782:69: error: base operand of '->' has non-pointer type 'Object' if ((haveFillOP = (obj1.dictLookup(const_cast("op"), &obj2)->isBool()))) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:785:13: error: within this context obj2.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:786:53: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj1.dictLookup(const_cast("OP"), &obj2)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:786:54: error: base operand of '->' has non-pointer type 'Object' if (obj1.dictLookup(const_cast("OP"), &obj2)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:792:13: error: within this context obj2.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:795:53: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj1.dictLookup(const_cast("SA"), &obj2)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:795:54: error: base operand of '->' has non-pointer type 'Object' if (obj1.dictLookup(const_cast("SA"), &obj2)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:798:13: error: within this context obj2.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:801:54: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj1.dictLookup(const_cast("TR2"), &obj2)->isNull()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:801:55: error: base operand of '->' has non-pointer type 'Object' if (obj1.dictLookup(const_cast("TR2"), &obj2)->isNull()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:802:15: error: within this context obj2.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:803:51: error: invalid conversion from 'Object*' to 'int' [-fpermissive] obj1.dictLookup(const_cast("TR"), &obj2); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:812:29: error: invalid conversion from 'Object*' to 'int' [-fpermissive] obj2.arrayGet(i, &obj3); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:331:15: note: initializing argument 2 of 'Object Object::arrayGet(int, int)' inline Object Object::arrayGet(int i, int recursion = 0) ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:814:17: error: within this context obj3.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:831:13: error: within this context obj2.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:834:57: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (!obj1.dictLookup(const_cast("SMask"), &obj2)->isNull()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:834:58: error: base operand of '->' has non-pointer type 'Object' if (!obj1.dictLookup(const_cast("SMask"), &obj2)->isNull()) { ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:838:56: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj2.dictLookup(const_cast("S"), &obj3)->isName(const_cast("Alpha"))) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:838:57: error: base operand of '->' has non-pointer type 'Object' if (obj2.dictLookup(const_cast("S"), &obj3)->isName(const_cast("Alpha"))) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:843:17: error: within this context obj3.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:845:58: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (!obj2.dictLookup(const_cast("TR"), &obj3)->isNull()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:845:59: error: base operand of '->' has non-pointer type 'Object' if (!obj2.dictLookup(const_cast("TR"), &obj3)->isNull()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:854:17: error: within this context obj3.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:855:78: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if ((haveBackdropColor = obj2.dictLookup(const_cast("BC"), &obj3)->isArray())) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:855:79: error: base operand of '->' has non-pointer type 'Object' if ((haveBackdropColor = obj2.dictLookup(const_cast("BC"), &obj3)->isArray())) { ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:860:26: error: invalid conversion from 'Object*' to 'int' [-fpermissive] obj3.arrayGet(i, &obj4); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:331:15: note: initializing argument 2 of 'Object Object::arrayGet(int, int)' inline Object Object::arrayGet(int i, int recursion = 0) ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:864:14: error: within this context obj4.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:867:17: error: within this context obj3.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:868:56: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj2.dictLookup(const_cast("G"), &obj3)->isStream()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:868:57: error: base operand of '->' has non-pointer type 'Object' if (obj2.dictLookup(const_cast("G"), &obj3)->isStream()) { ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:869:68: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj3.streamGetDict()->lookup(const_cast("Group"), &obj4)->isDict()) { ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:869:69: error: base operand of '->' has non-pointer type 'Object' if (obj3.streamGetDict()->lookup(const_cast("Group"), &obj4)->isDict()) { ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:873:55: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (!obj4.dictLookup(const_cast("CS"), &obj5)->isNull()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:873:56: error: base operand of '->' has non-pointer type 'Object' if (!obj4.dictLookup(const_cast("CS"), &obj5)->isNull()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:882:14: error: within this context obj5.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:883:53: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj4.dictLookup(const_cast("I"), &obj5)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:883:54: error: base operand of '->' has non-pointer type 'Object' if (obj4.dictLookup(const_cast("I"), &obj5)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:886:14: error: within this context obj5.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:887:53: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj4.dictLookup(const_cast("K"), &obj5)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:887:54: error: base operand of '->' has non-pointer type 'Object' if (obj4.dictLookup(const_cast("K"), &obj5)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:890:14: error: within this context obj5.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:909:12: error: within this context obj4.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:913:17: error: within this context obj3.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:918:13: error: within this context obj2.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:920:13: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::doSoftMask(Object*, GBool, GfxColorSpace*, GBool, GBool, Function*, GfxColor*)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:941:52: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("FormType"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:945:13: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:948:48: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("BBox"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:950:15: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:955:27: error: invalid conversion from 'Object*' to 'int' [-fpermissive] obj1.arrayGet(i, &obj2); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:331:15: note: initializing argument 2 of 'Object Object::arrayGet(int, int)' inline Object Object::arrayGet(int i, int recursion = 0) ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:957:15: error: within this context obj2.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:959:13: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:962:50: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("Matrix"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:965:29: error: invalid conversion from 'Object*' to 'int' [-fpermissive] obj1.arrayGet(i, &obj2); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:331:15: note: initializing argument 2 of 'Object Object::arrayGet(int, int)' inline Object Object::arrayGet(int i, int recursion = 0) ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:967:17: error: within this context obj2.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:974:13: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:977:53: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("Resources"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:990:13: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opSetFillColorSpace(Object*, int)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:1087:48: error: no matching function for call to 'GfxResources::lookupColorSpace(char*, Object*)' res->lookupColorSpace(args[0].getName(), &obj); ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35:0: /usr/pkg/include/poppler/Gfx.h:119:10: note: candidate: Object GfxResources::lookupColorSpace(const char*) Object lookupColorSpace(const char *name); ^ /usr/pkg/include/poppler/Gfx.h:119:10: note: candidate expects 1 argument, 2 provided In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:1109:12: error: within this context obj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opSetStrokeColorSpace(Object*, int)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:1128:48: error: no matching function for call to 'GfxResources::lookupColorSpace(char*, Object*)' res->lookupColorSpace(args[0].getName(), &obj); ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35:0: /usr/pkg/include/poppler/Gfx.h:119:10: note: candidate: Object GfxResources::lookupColorSpace(const char*) Object lookupColorSpace(const char *name); ^ /usr/pkg/include/poppler/Gfx.h:119:10: note: candidate expects 1 argument, 2 provided In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:1148:12: error: within this context obj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opShowSpaceText(Object*, int)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2378:19: error: invalid conversion from 'Object*' to 'int' [-fpermissive] a->get(i, &obj); ^ In file included from /usr/pkg/include/poppler/Object.h:320:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Array.h:66:10: note: initializing argument 2 of 'Object Array::get(int, int)' Object get(int i, int resursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2395:14: error: within this context obj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::doShowText(GooString*)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2468:52: error: no matching function for call to 'Gfx8BitFont::getCharProc(CharCode&, Object*)' ((Gfx8BitFont *)font)->getCharProc(code, &charProc); ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:50:0: /usr/pkg/include/poppler/GfxFont.h:355:10: note: candidate: Object Gfx8BitFont::getCharProc(int) Object getCharProc(int code); ^ /usr/pkg/include/poppler/GfxFont.h:355:10: note: candidate expects 1 argument, 2 provided In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2481:16: error: within this context charProc.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::opXObject(Object*, int)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2544:38: error: no matching function for call to 'GfxResources::lookupXObject(char*&, Object*)' if (!res->lookupXObject(name, &obj1)) { ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35:0: /usr/pkg/include/poppler/Gfx.h:116:10: note: candidate: Object GfxResources::lookupXObject(char*) Object lookupXObject(char *name); ^ /usr/pkg/include/poppler/Gfx.h:116:10: note: candidate expects 1 argument, 2 provided In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2549:15: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2552:67: error: invalid conversion from 'Object*' to 'int' [-fpermissive] obj1.streamGetDict()->lookup(const_cast("Subtype"), &obj2); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2554:39: error: no matching function for call to 'GfxResources::lookupXObjectNF(char*&, Object*)' res->lookupXObjectNF(name, &refObj); ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35:0: /usr/pkg/include/poppler/Gfx.h:117:10: note: candidate: Object GfxResources::lookupXObjectNF(char*) Object lookupXObjectNF(char *name); ^ /usr/pkg/include/poppler/Gfx.h:117:10: note: candidate expects 1 argument, 2 provided In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2556:17: error: within this context refObj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2560:68: error: invalid conversion from 'Object*' to 'int' [-fpermissive] obj1.streamGetDict()->lookup(const_cast("Level1"), &obj3); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2568:13: error: within this context obj2.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2569:13: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::doImage(Object*, Stream*, GBool)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2596:51: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("Width"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2598:19: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2599:51: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("W"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2610:15: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2611:52: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("Height"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2613:19: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2614:51: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("H"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2625:15: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2628:38: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup("Interpolate", &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2630:17: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2631:30: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup("I", &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2637:15: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2641:55: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("ImageMask"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2643:19: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2644:52: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("IM"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2653:15: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2657:66: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("BitsPerComponent"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2659:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2660:57: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("BPC"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2669:19: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2679:56: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("Decode"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2681:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2682:55: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("D"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2685:35: error: invalid conversion from 'Object*' to 'int' [-fpermissive] obj1.arrayGet(0, &obj2); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:331:15: note: initializing argument 2 of 'Object Object::arrayGet(int, int)' inline Object Object::arrayGet(int i, int recursion = 0) ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2689:23: error: within this context obj2.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2693:19: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2701:60: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("ColorSpace"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2703:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2704:56: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("CS"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2707:56: error: no matching function for call to 'GfxResources::lookupColorSpace(char*, Object*)' res->lookupColorSpace(obj1.getName(), &obj2); ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35:0: /usr/pkg/include/poppler/Gfx.h:119:10: note: candidate: Object GfxResources::lookupColorSpace(const char*) Object lookupColorSpace(const char *name); ^ /usr/pkg/include/poppler/Gfx.h:119:10: note: candidate expects 1 argument, 2 provided In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2709:24: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2710:19: error: use of deleted function 'Object& Object::operator=(const Object&)' obj1 = obj2; ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:173:11: note: declared here Object &operator=(const Object &other) = delete; ^ /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2712:24: error: within this context obj2.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2732:19: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2736:56: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("Decode"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2738:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2739:55: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("D"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2742:19: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2756:57: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("Mask"), &maskObj); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2757:59: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("SMask"), &smaskObj); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2766:63: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("Width"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2768:24: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2769:60: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("W"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2775:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2776:64: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("Height"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2778:24: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2779:60: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("H"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2785:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2786:74: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("BitsPerComponent"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2788:24: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2789:62: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("BPC"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2795:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2796:43: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup("Interpolate", &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2798:18: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2799:35: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup("I", &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2805:16: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2806:68: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("ColorSpace"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2808:24: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2809:61: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("CS"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2812:57: error: no matching function for call to 'GfxResources::lookupColorSpace(char*, Object*)' res->lookupColorSpace(obj1.getName(), &obj2); ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35:0: /usr/pkg/include/poppler/Gfx.h:119:10: note: candidate: Object GfxResources::lookupColorSpace(const char*) Object lookupColorSpace(const char *name); ^ /usr/pkg/include/poppler/Gfx.h:119:10: note: candidate expects 1 argument, 2 provided In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2814:28: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2815:23: error: use of deleted function 'Object& Object::operator=(const Object&)' obj1 = obj2; ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:173:11: note: declared here Object &operator=(const Object &other) = delete; ^ /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2817:28: error: within this context obj2.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2827:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2831:64: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("Decode"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2833:24: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2834:60: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("D"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2837:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2848:42: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskObj.arrayGet(i, &obj1); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:331:15: note: initializing argument 2 of 'Object Object::arrayGet(int, int)' inline Object Object::arrayGet(int i, int recursion = 0) ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2850:27: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2860:63: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("Width"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2862:27: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2863:63: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("W"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2869:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2870:64: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("Height"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2872:27: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2873:63: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("H"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2879:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2880:67: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("ImageMask"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2882:27: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2883:64: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("IM"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2888:23: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2889:43: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup("Interpolate", &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2891:18: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2892:35: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup("I", &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2898:16: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2900:64: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("Decode"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2902:27: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2903:63: error: invalid conversion from 'Object*' to 'int' [-fpermissive] maskDict->lookup(const_cast("D"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2906:39: error: invalid conversion from 'Object*' to 'int' [-fpermissive] obj1.arrayGet(0, &obj2); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:331:15: note: initializing argument 2 of 'Object Object::arrayGet(int, int)' inline Object Object::arrayGet(int i, int recursion = 0) ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2910:27: error: within this context obj2.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2914:23: error: within this context obj1.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2932:22: error: within this context maskObj.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2933:23: error: within this context smaskObj.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2939:15: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::doForm(Object*)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2964:52: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("FormType"), &obj1); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2968:13: error: within this context obj1.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2971:51: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("BBox"), &bboxObj); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2973:18: error: within this context bboxObj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2978:30: error: invalid conversion from 'Object*' to 'int' [-fpermissive] bboxObj.arrayGet(i, &obj1); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:331:15: note: initializing argument 2 of 'Object Object::arrayGet(int, int)' inline Object Object::arrayGet(int i, int recursion = 0) ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2980:15: error: within this context obj1.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2982:16: error: within this context bboxObj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2985:55: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("Matrix"), &matrixObj); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2988:34: error: invalid conversion from 'Object*' to 'int' [-fpermissive] matrixObj.arrayGet(i, &obj1); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:331:15: note: initializing argument 2 of 'Object Object::arrayGet(int, int)' inline Object Object::arrayGet(int i, int recursion = 0) ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2990:17: error: within this context obj1.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:2997:18: error: within this context matrixObj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3000:55: error: invalid conversion from 'Object*' to 'int' [-fpermissive] dict->lookup(const_cast("Resources"), &resObj); ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3006:53: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (dict->lookup(const_cast("Group"), &obj1)->isDict()) { ^ In file included from /usr/pkg/include/poppler/Object.h:341:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Dict.h:77:10: note: initializing argument 2 of 'Object Dict::lookup(const char*, int)' Object lookup(const char *key, int recursion = 0); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3006:54: error: base operand of '->' has non-pointer type 'Object' if (dict->lookup(const_cast("Group"), &obj1)->isDict()) { ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3007:54: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj1.dictLookup(const_cast("S"), &obj2)->isName(const_cast("Transparency"))) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3007:55: error: base operand of '->' has non-pointer type 'Object' if (obj1.dictLookup(const_cast("S"), &obj2)->isName(const_cast("Transparency"))) { ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3009:58: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (!obj1.dictLookup(const_cast("CS"), &obj3)->isNull()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3009:59: error: base operand of '->' has non-pointer type 'Object' if (!obj1.dictLookup(const_cast("CS"), &obj3)->isNull()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3018:17: error: within this context obj3.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3019:56: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj1.dictLookup(const_cast("I"), &obj3)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3019:57: error: base operand of '->' has non-pointer type 'Object' if (obj1.dictLookup(const_cast("I"), &obj3)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3022:17: error: within this context obj3.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3023:56: error: invalid conversion from 'Object*' to 'int' [-fpermissive] if (obj1.dictLookup(const_cast("K"), &obj3)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:361:15: note: initializing argument 2 of 'Object Object::dictLookup(const char*, int)' inline Object Object::dictLookup(const char *key, int recursion) ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3023:57: error: base operand of '->' has non-pointer type 'Object' if (obj1.dictLookup(const_cast("K"), &obj3)->isBool()) { ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3026:17: error: within this context obj3.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3028:15: error: within this context obj2.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3030:13: error: within this context obj1.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3041:15: error: within this context resObj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'Stream* PdfParser::buildImageStream()': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3169:8: error: 'class Object' has no member named 'initDict' dict.initDict(xref); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3170:22: error: use of deleted function 'Object Parser::getObj(T) [with T = Object*]' parser->getObj(&obj); ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:49:0: /usr/pkg/include/poppler/Parser.h:58:31: note: declared here template Object getObj(T) = delete; ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3174:16: error: within this context obj.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3177:16: error: within this context obj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3178:26: error: use of deleted function 'Object Parser::getObj(T) [with T = Object*]' parser->getObj(&obj); ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:49:0: /usr/pkg/include/poppler/Parser.h:58:31: note: declared here template Object getObj(T) = delete; ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3183:29: error: use of deleted function 'Object::Object(T) [with T = Object*]' dict.dictAdd(key, &obj); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:168:24: note: declared here template Object(T) = delete; ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3185:24: error: use of deleted function 'Object Parser::getObj(T) [with T = Object*]' parser->getObj(&obj); ^ In file included from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:49:0: /usr/pkg/include/poppler/Parser.h:58:31: note: declared here template Object getObj(T) = delete; ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3189:14: error: within this context obj.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3190:15: error: within this context dict.free(); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3193:12: error: within this context obj.free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3196:62: error: use of deleted function 'Object::Object(T) [with T = Object*]' str = new EmbedStream(parser->getStream(), &dict, gFalse, 0); ^ In file included from /usr/pkg/include/poppler/GfxState.h:42:0, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Object.h:168:24: note: declared here template Object(T) = delete; ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:3197:30: error: no matching function for call to 'Stream::addFilters(Object*)' str = str->addFilters(&dict); ^ In file included from /usr/pkg/include/poppler/Object.h:380:0, from /usr/pkg/include/poppler/GfxState.h:42, from /usr/pkg/include/poppler/Gfx.h:41, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-parser.cpp:35: /usr/pkg/include/poppler/Stream.h:226:11: note: candidate: Stream* Stream::addFilters(Dict*, int) Stream *addFilters(Dict *dict, int recursion = 0); ^ /usr/pkg/include/poppler/Stream.h:226:11: note: no known conversion for argument 1 from 'Object*' to 'Dict*' --- src/CMakeFiles/inkscape_base.dir/extension/internal/pdfinput/pdf-parser.cpp.o --- *** [src/CMakeFiles/inkscape_base.dir/extension/internal/pdfinput/pdf-parser.cpp.o] Error code 1 make[2]: stopped in .../inkscape/work/inkscape-0.92.1 .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-input.cpp: In member function 'virtual SPDocument* Inkscape::Extension::Internal::PdfInput::open(Inkscape::Extension::Input*, const gchar*)': .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-input.cpp:844:31: error: no matching function for call to 'Page::getContents(Object*)' page->getContents(&obj); ^ In file included from /usr/pkg/include/poppler/PDFDoc.h:51:0, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-input.cpp:24: /usr/pkg/include/poppler/Page.h:199:10: note: candidate: Object Page::getContents() Object getContents() { return contents.fetch(xref); } ^ /usr/pkg/include/poppler/Page.h:199:10: note: candidate expects 0 arguments, 1 provided In file included from /usr/pkg/include/poppler/XRef.h:42:0, from /usr/pkg/include/poppler/PDFDoc.h:49, from .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-input.cpp:24: /usr/pkg/include/poppler/Object.h:291:8: error: 'void Object::free()' is private void free(); ^ .../inkscape/work/inkscape-0.92.1/src/extension/internal/pdfinput/pdf-input.cpp:850:18: error: within this context obj.free(); ^ --- src/CMakeFiles/inkscape_base.dir/extension/internal/pdfinput/pdf-input.cpp.o --- *** [src/CMakeFiles/inkscape_base.dir/extension/internal/pdfinput/pdf-input.cpp.o] Error code 1 make[2]: stopped in .../inkscape/work/inkscape-0.92.1 2 errors make[2]: stopped in .../inkscape/work/inkscape-0.92.1 --- src/CMakeFiles/inkscape_base.dir/all --- *** [src/CMakeFiles/inkscape_base.dir/all] Error code 2 make[1]: stopped in .../inkscape/work/inkscape-0.92.1 1 error make[1]: stopped in .../inkscape/work/inkscape-0.92.1 *** [all] Error code 2 make: stopped in .../inkscape/work/inkscape-0.92.1 1 error make: stopped in .../inkscape/work/inkscape-0.92.1 *** Error code 2