pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

graphics/inkscape vs PS/PDF support (poppler{,-glib}?) in HEAD



Anticipating the freeze before pkgsrc-2018Q4, I've updated a test system
(NetBSD-8.0_STABLE, amd64) to pkgsrc-HEAD and have run pkg_rolling-replace
over it (with "-k").

"graphics/inkscape" fails during the build phase with:

[...]
[ 43%] Building CXX object src/CMakeFiles/inkscape_base.dir/extension/internal/vsd-input.cpp.o
In file included from /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:36:0:
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:99:5: error: 'GBool' does not name a type
     GBool executed;         // whether the operator has been executed
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:139:27: error: 'GBool' has not been declared
   void parse(Object *obj, GBool topLevel = gTrue);
                           ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:157:3: error: 'GBool' does not name a type
   GBool subPage;  // is this a sub-page object?
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:158:3: error: 'GBool' does not name a type
   GBool printCommands;  // print the drawing commands (for debugging)
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:162:3: error: 'GBool' does not name a type
   GBool fontChanged;  // set if font or text matrix has changed
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:186:11: error: 'GBool' has not been declared
   void go(GBool topLevel);
           ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:189:3: error: 'GBool' does not name a type
   GBool checkArg(Object *arg, TchkType type);
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:203:32: error: 'GBool' has not been declared
   void doSoftMask(Object *str, GBool alpha,
                                ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:205:5: error: 'GBool' has not been declared
     GBool isolated, GBool knockout,
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:205:21: error: 'GBool' has not been declared
     GBool isolated, GBool knockout,
                     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:242:24: error: 'GBool' has not been declared
   void doFillAndStroke(GBool eoFill);
                        ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:243:30: error: 'GBool' has not been declared
   void doPatternFillFallback(GBool eoFill);
                              ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:246:37: error: 'GBool' has not been declared
                                     GBool stroke, GBool eoFill);
                                     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:246:51: error: 'GBool' has not been declared
                                     GBool stroke, GBool eoFill);
                                                   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:294:42: error: 'GBool' has not been declared
   void doImage(Object *ref, Stream *str, GBool inlineImg);
                                          ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:9: error: 'GBool' has not been declared
         GBool transpGroup = gFalse, GBool softMask = gFalse,
         ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:37: error: 'GBool' has not been declared
         GBool transpGroup = gFalse, GBool softMask = gFalse,
                                     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:9: error: 'GBool' has not been declared
         GBool isolated = gFalse, GBool knockout = gFalse,
         ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:34: error: 'GBool' has not been declared
         GBool isolated = gFalse, GBool knockout = gFalse,
                                  ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:300:9: error: 'GBool' has not been declared
         GBool alpha = gFalse, Function *transferFunc = NULL,
         ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:139:44: error: 'gTrue' was not declared in this scope
   void parse(Object *obj, GBool topLevel = gTrue);
                                            ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:29: error: 'gFalse' was not declared in this scope
         GBool transpGroup = gFalse, GBool softMask = gFalse,
                             ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:54: error: 'gFalse' was not declared in this scope
         GBool transpGroup = gFalse, GBool softMask = gFalse,
                                                      ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:26: error: 'gFalse' was not declared in this scope
         GBool isolated = gFalse, GBool knockout = gFalse,
                          ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:51: error: 'gFalse' was not declared in this scope
         GBool isolated = gFalse, GBool knockout = gFalse,
                                                   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:300:23: error: 'gFalse' was not declared in this scope
         GBool alpha = gFalse, Function *transferFunc = NULL,
                       ^
[ 43%] Building CXX object src/CMakeFiles/inkscape_base.dir/extension/internal/wpg-input.cpp.o
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:273:5: error: 'GBool' does not name a type
     GBool hasSaves() { return saved != NULL; }
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp: In constructor 'PdfParser::PdfParser(XRef*, Inkscape::Extension::Internal::SvgBuilder*, int, int, Dict*, PDFRectangle*, PDFRectangle*)':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:301:5: error: class 'PdfParser' does not have any field named 'subPage'
     subPage(gFalse),
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:301:13: error: 'gFalse' was not declared in this scope
     subPage(gFalse),
             ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:302:5: error: class 'PdfParser' does not have any field named 'printCommands'
     printCommands(false),
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:304:49: error: 'gTrue' was not declared in this scope
     state(new GfxState(72.0, 72.0, box, rotate, gTrue)),
                                                 ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:305:5: error: class 'PdfParser' does not have any field named 'fontChanged'
     fontChanged(gFalse),
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:320:30: error: invalid conversion from 'const double*' to 'double*' [-fpermissive]
   double *ctm = state->getCTM();
                              ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:332:9: error: 'printCommands' was not declared in this scope
     if (printCommands)
         ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp: In constructor 'PdfParser::PdfParser(XRef*, Inkscape::Extension::Internal::SvgBuilder*, Dict*, PDFRectangle*)':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:358:5: error: class 'PdfParser' does not have any field named 'subPage'
     subPage(gTrue),
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:358:13: error: 'gTrue' was not declared in this scope
     subPage(gTrue),
             ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:359:5: error: class 'PdfParser' does not have any field named 'printCommands'
     printCommands(false),
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:361:40: error: 'gFalse' was not declared in this scope
     state(new GfxState(72, 72, box, 0, gFalse)),
                                        ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:362:5: error: class 'PdfParser' does not have any field named 'fontChanged'
     fontChanged(gFalse),
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp: In destructor 'virtual PdfParser::~PdfParser()':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:392:8: error: 'subPage' was not declared in this scope
   if (!subPage) {
        ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp: At global scope:
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:411:36: error: 'GBool' has not been declared
 void PdfParser::parse(Object *obj, GBool topLevel) {
                                    ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp: In member function 'void PdfParser::parse(Object*, int)':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:436:51: error: 'gFalse' was not declared in this scope
   parser = new Parser(xref, new Lexer(xref, obj), gFalse);
                                                   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp: At global scope:
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:442:38: error: variable or field 'go' declared void
 void PdfParser::go(GBool /*topLevel*/)
                                      ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.cpp:442:20: error: 'GBool' was not declared in this scope
 void PdfParser::go(GBool /*topLevel*/)
                    ^
--- 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 /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2
In file included from /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:23:0:
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:99:5: error: 'GBool' does not name a type
     GBool executed;         // whether the operator has been executed
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:139:27: error: 'GBool' has not been declared
   void parse(Object *obj, GBool topLevel = gTrue);
                           ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:157:3: error: 'GBool' does not name a type
   GBool subPage;  // is this a sub-page object?
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:158:3: error: 'GBool' does not name a type
   GBool printCommands;  // print the drawing commands (for debugging)
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:162:3: error: 'GBool' does not name a type
   GBool fontChanged;  // set if font or text matrix has changed
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:186:11: error: 'GBool' has not been declared
   void go(GBool topLevel);
           ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:189:3: error: 'GBool' does not name a type
   GBool checkArg(Object *arg, TchkType type);
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:203:32: error: 'GBool' has not been declared
   void doSoftMask(Object *str, GBool alpha,
                                ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:205:5: error: 'GBool' has not been declared
     GBool isolated, GBool knockout,
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:205:21: error: 'GBool' has not been declared
     GBool isolated, GBool knockout,
                     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:242:24: error: 'GBool' has not been declared
   void doFillAndStroke(GBool eoFill);
                        ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:243:30: error: 'GBool' has not been declared
   void doPatternFillFallback(GBool eoFill);
                              ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:246:37: error: 'GBool' has not been declared
                                     GBool stroke, GBool eoFill);
                                     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:246:51: error: 'GBool' has not been declared
                                     GBool stroke, GBool eoFill);
                                                   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:294:42: error: 'GBool' has not been declared
   void doImage(Object *ref, Stream *str, GBool inlineImg);
                                          ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:9: error: 'GBool' has not been declared
         GBool transpGroup = gFalse, GBool softMask = gFalse,
         ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:37: error: 'GBool' has not been declared
         GBool transpGroup = gFalse, GBool softMask = gFalse,
                                     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:9: error: 'GBool' has not been declared
         GBool isolated = gFalse, GBool knockout = gFalse,
         ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:34: error: 'GBool' has not been declared
         GBool isolated = gFalse, GBool knockout = gFalse,
                                  ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:300:9: error: 'GBool' has not been declared
         GBool alpha = gFalse, Function *transferFunc = NULL,
         ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:139:44: error: 'gTrue' was not declared in this scope
   void parse(Object *obj, GBool topLevel = gTrue);
                                            ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:29: error: 'gFalse' was not declared in this scope
         GBool transpGroup = gFalse, GBool softMask = gFalse,
                             ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:54: error: 'gFalse' was not declared in this scope
         GBool transpGroup = gFalse, GBool softMask = gFalse,
                                                      ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:26: error: 'gFalse' was not declared in this scope
         GBool isolated = gFalse, GBool knockout = gFalse,
                          ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:51: error: 'gFalse' was not declared in this scope
         GBool isolated = gFalse, GBool knockout = gFalse,
                                                   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:300:23: error: 'gFalse' was not declared in this scope
         GBool alpha = gFalse, Function *transferFunc = NULL,
                       ^
In file included from /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp:50:0:
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:99:5: error: 'GBool' does not name a type
     GBool executed;         // whether the operator has been executed
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:139:27: error: 'GBool' has not been declared
   void parse(Object *obj, GBool topLevel = gTrue);
                           ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:157:3: error: 'GBool' does not name a type
   GBool subPage;  // is this a sub-page object?
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:158:3: error: 'GBool' does not name a type
   GBool printCommands;  // print the drawing commands (for debugging)
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:162:3: error: 'GBool' does not name a type
   GBool fontChanged;  // set if font or text matrix has changed
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:186:11: error: 'GBool' has not been declared
   void go(GBool topLevel);
           ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:189:3: error: 'GBool' does not name a type
   GBool checkArg(Object *arg, TchkType type);
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:203:32: error: 'GBool' has not been declared
   void doSoftMask(Object *str, GBool alpha,
                                ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:205:5: error: 'GBool' has not been declared
     GBool isolated, GBool knockout,
     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:205:21: error: 'GBool' has not been declared
     GBool isolated, GBool knockout,
                     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:242:24: error: 'GBool' has not been declared
   void doFillAndStroke(GBool eoFill);
                        ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:243:30: error: 'GBool' has not been declared
   void doPatternFillFallback(GBool eoFill);
                              ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:246:37: error: 'GBool' has not been declared
                                     GBool stroke, GBool eoFill);
                                     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:246:51: error: 'GBool' has not been declared
                                     GBool stroke, GBool eoFill);
                                                   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:294:42: error: 'GBool' has not been declared
   void doImage(Object *ref, Stream *str, GBool inlineImg);
                                          ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:9: error: 'GBool' has not been declared
         GBool transpGroup = gFalse, GBool softMask = gFalse,
         ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:37: error: 'GBool' has not been declared
         GBool transpGroup = gFalse, GBool softMask = gFalse,
                                     ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:9: error: 'GBool' has not been declared
         GBool isolated = gFalse, GBool knockout = gFalse,
         ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:34: error: 'GBool' has not been declared
         GBool isolated = gFalse, GBool knockout = gFalse,
                                  ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:300:9: error: 'GBool' has not been declared
         GBool alpha = gFalse, Function *transferFunc = NULL,
         ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:139:44: error: 'gTrue' was not declared in this scope
   void parse(Object *obj, GBool topLevel = gTrue);
                                            ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:29: error: 'gFalse' was not declared in this scope
         GBool transpGroup = gFalse, GBool softMask = gFalse,
                             ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:297:54: error: 'gFalse' was not declared in this scope
         GBool transpGroup = gFalse, GBool softMask = gFalse,
                                                      ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:26: error: 'gFalse' was not declared in this scope
         GBool isolated = gFalse, GBool knockout = gFalse,
                          ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:299:51: error: 'gFalse' was not declared in this scope
         GBool isolated = gFalse, GBool knockout = gFalse,
                                                   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:300:23: error: 'gFalse' was not declared in this scope
         GBool alpha = gFalse, Function *transferFunc = NULL,
                       ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp: In member function 'gchar* Inkscape::Extension::Internal::SvgBuilder::_createPattern(GfxPattern*, GfxState*, bool)':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:634:45: error: invalid conversion from 'const double*' to 'double*' [-fpermissive]
             ptm = shading_pattern->getMatrix();
                                             ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp: In member function 'gchar* Inkscape::Extension::Internal::SvgBuilder::_createTilingPattern(GfxTilingPattern*, GfxState*, bool)':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:675:44: error: invalid conversion from 'const double*' to 'double*' [-fpermissive]
     double *p2u = tiling_pattern->getMatrix();
                                            ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:701:43: error: invalid conversion from 'const double*' to 'double*' [-fpermissive]
     double *bbox = tiling_pattern->getBBox();
                                           ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:731:57: error: call to 'void PdfParser::parse(Object*, int)' uses the default argument for parameter 2, which is not yet defined
     pdf_parser->parse(tiling_pattern->getContentStream());
                                                         ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp: In member function 'gchar* Inkscape::Extension::Internal::SvgBuilder::_createGradient(GfxShading*, double*, bool)':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:770:38: error: invalid conversion from 'const Function*' to 'Function*' [-fpermissive]
         func = axial_shading->getFunc(0);
                                      ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:785:39: error: invalid conversion from 'const Function*' to 'Function*' [-fpermissive]
         func = radial_shading->getFunc(0);
                                       ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp: In member function 'bool Inkscape::Extension::Internal::SvgBuilder::_addGradientStops(Inkscape::XML::Node*, GfxShading*, Function*)':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:881:50: error: invalid conversion from 'const double*' to 'double*' [-fpermissive]
         double *bounds = stitchingFunc->getBounds();
                                                  ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:882:50: error: invalid conversion from 'const double*' to 'double*' [-fpermissive]
         double *encode = stitchingFunc->getEncode();
                                                  ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:893:91: error: static_cast from type 'const Function*' to type 'ExponentialFunction*' casts away qualifiers
                 double expE = (static_cast<ExponentialFunction*>(stitchingFunc->getFunc(i)))->getE();
                                                                                           ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp: In member function 'void Inkscape::Extension::Internal::SvgBuilder::updateFont(GfxState*)':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:1023:55: error: 'const class GooString' has no member named 'getCString'
         _font_specification = (char*)font->getName()->getCString();
                                                       ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:1050:81: error: 'class GooString' has no member named 'getCString'
         sp_repr_css_set_property(_font_style, "font-family", font->getFamily()->getCString());
                                                                                 ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:1151:50: error: invalid conversion from 'const double*' to 'double*' [-fpermissive]
         double *font_matrix = font->getFontMatrix();
                                                  ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp: In member function 'void Inkscape::Extension::Internal::SvgBuilder::updateTextMatrix(GfxState*)':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/svg-builder.cpp:1196:44: error: invalid conversion from 'const double*' to 'double*' [-fpermissive]
     double *text_matrix = state->getTextMat();
                                            ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp: In constructor 'Inkscape::Extension::Internal::PdfImportDialog::PdfImportDialog(PDFDoc*, const gchar*)':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp:322:55: error: 'const class GooString' has no member named 'getCString'
     Glib::ustring filename = _pdf_doc->getFileName()->getCString();
                                                       ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp: In member function 'virtual SPDocument* Inkscape::Extension::Internal::PdfInput::open(Inkscape::Extension::Input*, const gchar*)':
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp:807:50: error: invalid conversion from 'const PDFRectangle*' to 'PDFRectangle*' [-fpermissive]
                     clipToBox = page->getMediaBox();
                                                  ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp:810:49: error: invalid conversion from 'const PDFRectangle*' to 'PDFRectangle*' [-fpermissive]
                     clipToBox = page->getCropBox();
                                                 ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp:813:50: error: invalid conversion from 'const PDFRectangle*' to 'PDFRectangle*' [-fpermissive]
                     clipToBox = page->getBleedBox();
                                                  ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp:816:49: error: invalid conversion from 'const PDFRectangle*' to 'PDFRectangle*' [-fpermissive]
                     clipToBox = page->getTrimBox();
                                                 ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp:819:48: error: invalid conversion from 'const PDFRectangle*' to 'PDFRectangle*' [-fpermissive]
                     clipToBox = page->getArtBox();
                                                ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp:828:88: error: invalid conversion from 'const PDFRectangle*' to 'PDFRectangle*' [-fpermissive]
                                               page->getResourceDict(), page->getCropBox(), clipToBox);
                                                                                        ^
In file included from /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp:50:0:
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-parser.h:129:3: note:   initializing argument 6 of 'PdfParser::PdfParser(XRef*, Inkscape::Extension::Internal::SvgBuilder*, int, int, Dict*, PDFRectangle*, PDFRectangle*)'
   PdfParser(XRef *xrefA, SvgBuilder *builderA, int pageNum, int rotate,
   ^
/d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2/src/extension/internal/pdfinput/pdf-input.cpp:850:35: error: call to 'void PdfParser::parse(Object*, int)' uses the default argument for parameter 2, which is not yet defined
             pdf_parser->parse(&obj);
                                   ^
--- src/CMakeFiles/inkscape_base.dir/extension/internal/pdfinput/svg-builder.cpp.o ---
*** [src/CMakeFiles/inkscape_base.dir/extension/internal/pdfinput/svg-builder.cpp.o] Error code 1

make[2]: stopped in /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2
--- 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 /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2
3 errors

make[2]: stopped in /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2
--- src/CMakeFiles/inkscape_base.dir/all ---
*** [src/CMakeFiles/inkscape_base.dir/all] Error code 2

make[1]: stopped in /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2
1 error

make[1]: stopped in /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2
*** [all] Error code 2

make: stopped in /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2
1 error

make: stopped in /d0/build/pkgsrc/graphics/inkscape/work/inkscape-0.92.2
*** Error code 2

Stop.
make[1]: stopped in /d0/nbsd/pkgsrc/graphics/inkscape
*** Error code 1

Stop.
make: stopped in /d0/nbsd/pkgsrc/graphics/inkscape


-- 
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]consolidated[flyspeck]net  OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645


Home | Main Index | Thread Index | Old Index