=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for zxing-cpp-3.0.2 [ 1%] Building CXX object core/CMakeFiles/ZXing.dir/src/WriteBarcode.cpp.o [ 1%] Building CXX object core/CMakeFiles/ZXing.dir/cmake_pch.hxx.gch [ 4%] Building CXX object core/CMakeFiles/ZXing.dir/src/BarcodeFormat.cpp.o [ 4%] Building CXX object core/CMakeFiles/ZXing.dir/src/BitMatrixIO.cpp.o [ 4%] Building CXX object core/CMakeFiles/ZXing.dir/src/Error.cpp.o [ 5%] Building CXX object core/CMakeFiles/ZXing.dir/src/Barcode.cpp.o [ 7%] Building CXX object core/CMakeFiles/ZXing.dir/src/CreateBarcode.cpp.o [ 7%] Building CXX object core/CMakeFiles/ZXing.dir/src/GTIN.cpp.o [ 8%] Building CXX object core/CMakeFiles/ZXing.dir/src/ZXingCpp.cpp.o [ 9%] Building CXX object core/CMakeFiles/ZXing.dir/src/ZXingC.cpp.o [ 10%] Building CXX object core/CMakeFiles/ZXing.dir/src/HRI.cpp.o /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp: In function 'ZXing::SymbologyIdentifier ZXing::SymbologyIdentifierZint2ZXing(const ZXing::CreatorOptions&, const ZXing::ByteArray&)': /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:166:8: error: expected nested-name-specifier before 'enum' 166 | using enum BarcodeFormat; | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:173:16: error: 'EAN13' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::EAN13'? 173 | if (format & (EAN13 | UPCA | UPCE)) { | ^~~~~ | ZXing::BarcodeFormat::EAN13 In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:48:4: note: 'ZXing::BarcodeFormat::EAN13' declared here 48 | X(EAN13, 'E', '1', "lrw R", 15, ZXING_ENABLE_1D, "EAN-13") \ | ^~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:173:24: error: 'UPCA' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::UPCA'? 173 | if (format & (EAN13 | UPCA | UPCE)) { | ^~~~ | ZXing::BarcodeFormat::UPCA In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:53:4: note: 'ZXing::BarcodeFormat::UPCA' declared here 53 | X(UPCA, 'E', 'a', "lrw R", 34, ZXING_ENABLE_1D, "UPC-A") \ | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:173:31: error: 'UPCE' was not declared in this scope 173 | if (format & (EAN13 | UPCA | UPCE)) { | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:173:31: note: suggested alternatives: In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:54:4: note:  'ZXing::BarcodeFormat::UPCE' 54 | X(UPCE, 'E', 'e', "lrw R", 37, ZXING_ENABLE_1D, "UPC-E") \ | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:43:11: note:  'ZXing::BarcodeExtra::UPCE' 43 | ZX_EXTRA(UPCE); | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:38:47: note: in definition of macro 'ZX_EXTRA' 38 | #define ZX_EXTRA(NAME) static constexpr auto NAME = #NAME | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:176:36: error: 'AllGS1' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::AllGS1'? 176 | } else if (opts.gs1() && format & AllGS1) { | ^~~~~~ | ZXing::BarcodeFormat::AllGS1 [ 11%] Building CXX object core/CMakeFiles/ZXing.dir/src/MultiFormatReader.cpp.o In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:27:4: note: 'ZXing::BarcodeFormat::AllGS1' declared here 27 | X(AllGS1, '*', 'G', " ", 0, 1, "All GS1") \ | ^~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:177:17: error: 'Aztec' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::Aztec'? 177 | if (format & (Aztec | Code128)) | ^~~~~ | ZXing::BarcodeFormat::Aztec In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:60:4: note: 'ZXing::BarcodeFormat::Aztec' declared here 60 | X(Aztec, 'z', ' ', "mr G ", 92, ZXING_ENABLE_AZTEC, "Aztec") \ | ^~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:177:25: error: 'Code128' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::Code128'? 177 | if (format & (Aztec | Code128)) | ^~~~~~~ | ZXing::BarcodeFormat::Code128 In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:37:4: note: 'ZXing::BarcodeFormat::Code128' declared here 37 | X(Code128, 'C', ' ', "lrwGI", 20, ZXING_ENABLE_1D, "Code 128") \ | ^~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:179:22: error: 'DataMatrix' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::DataMatrix'? 179 | else if (format == DataMatrix) | ^~~~~~~~~~ | ZXing::BarcodeFormat::DataMatrix In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:68:4: note: 'ZXing::BarcodeFormat::DataMatrix' declared here 68 | X(DataMatrix, 'd', ' ', "mrwG ", 71, ZXING_ENABLE_DATAMATRIX, "Data Matrix") \ | ^~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:181:22: error: 'QRCode' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::QRCode'? 181 | else if (format & (QRCode | RMQRCode)) | ^~~~~~ | ZXing::BarcodeFormat::QRCode In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:63:4: note: 'ZXing::BarcodeFormat::QRCode' declared here 63 | X(QRCode, 'Q', ' ', "mrwG ", 58, ZXING_ENABLE_QRCODE, "QR Code") \ | ^~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:181:31: error: 'RMQRCode' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::RMQRCode'? 181 | else if (format & (QRCode | RMQRCode)) | ^~~~~~~~ | ZXing::BarcodeFormat::RMQRCode In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:67:4: note: 'ZXing::BarcodeFormat::RMQRCode' declared here 67 | X(RMQRCode, 'Q', 'r', "mr G ", 145, ZXING_ENABLE_QRCODE, "rMQR Code") \ | ^~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp: In member function 'zint_symbol* ZXing::CreatorOptions::zint() const': /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:261:8: error: expected nested-name-specifier before 'enum' 261 | using enum BarcodeFormat; | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:281:19: error: 'Code128' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::Code128'? 281 | if (format() == Code128 && gs1()) | ^~~~~~~ | ZXing::BarcodeFormat::Code128 In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:37:4: note: 'ZXing::BarcodeFormat::Code128' declared here 37 | X(Code128, 'C', ' ', "lrwGI", 20, ZXING_ENABLE_1D, "Code 128") \ | ^~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:289:49: error: 'AllLinear' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::AllLinear'? 289 | if (auto val = version(); val && !(format() & AllLinear)) | ^~~~~~~~~ | ZXing::BarcodeFormat::AllLinear In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:25:4: note: 'ZXing::BarcodeFormat::AllLinear' declared here 25 | X(AllLinear, '*', 'l', " ", 0, 1, "All Linear") \ | ^~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:292:48: error: 'DataBarExpStk' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::DataBarExpStk'? 292 | if (auto val = columns(); val && format() & (DataBarExpStk | PDF417 | MicroPDF417 | CompactPDF417)) | ^~~~~~~~~~~~~ | ZXing::BarcodeFormat::DataBarExpStk In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:46:4: note: 'ZXing::BarcodeFormat::DataBarExpStk' declared here 46 | X(DataBarExpStk, 'e', 'E', "lr GR", 81, ZXING_ENABLE_1D, "DataBar Expanded Stacked") \ | ^~~~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:292:64: error: 'PDF417' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::PDF417'? 292 | if (auto val = columns(); val && format() & (DataBarExpStk | PDF417 | MicroPDF417 | CompactPDF417)) | ^~~~~~ | ZXing::BarcodeFormat::PDF417 In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:57:4: note: 'ZXing::BarcodeFormat::PDF417' declared here 57 | X(PDF417, 'L', ' ', "mrw ", 55, ZXING_ENABLE_PDF417, "PDF417") \ | ^~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:292:73: error: 'MicroPDF417' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::MicroPDF417'? 292 | if (auto val = columns(); val && format() & (DataBarExpStk | PDF417 | MicroPDF417 | CompactPDF417)) | ^~~~~~~~~~~ | ZXing::BarcodeFormat::MicroPDF417 In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:59:4: note: 'ZXing::BarcodeFormat::MicroPDF417' declared here 59 | X(MicroPDF417, 'L', 'm', "m ", 84, ZXING_ENABLE_PDF417, "MicroPDF417") \ | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:292:87: error: 'CompactPDF417' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::CompactPDF417'? 292 | if (auto val = columns(); val && format() & (DataBarExpStk | PDF417 | MicroPDF417 | CompactPDF417)) | ^~~~~~~~~~~~~ | ZXing::BarcodeFormat::CompactPDF417 In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:58:4: note: 'ZXing::BarcodeFormat::CompactPDF417' declared here 58 | X(CompactPDF417, 'L', 'c', "mr ", 56, ZXING_ENABLE_PDF417, "Compact PDF417") \ | ^~~~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:295:45: error: 'DataBarExpStk' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::DataBarExpStk'? 295 | if (auto val = rows(); val && format() & (DataBarExpStk | PDF417)) | ^~~~~~~~~~~~~ | ZXing::BarcodeFormat::DataBarExpStk In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:46:4: note: 'ZXing::BarcodeFormat::DataBarExpStk' declared here 46 | X(DataBarExpStk, 'e', 'E', "lr GR", 81, ZXING_ENABLE_1D, "DataBar Expanded Stacked") \ | ^~~~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:295:61: error: 'PDF417' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::PDF417'? 295 | if (auto val = rows(); val && format() & (DataBarExpStk | PDF417)) | ^~~~~~ | ZXing::BarcodeFormat::PDF417 In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:57:4: note: 'ZXing::BarcodeFormat::PDF417' declared here 57 | X(PDF417, 'L', ' ', "mrw ", 55, ZXING_ENABLE_PDF417, "PDF417") \ | ^~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:298:49: error: 'QRCode' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::QRCode'? 298 | if (auto val = dataMask(); val && format() & (QRCode | MicroQRCode)) | ^~~~~~ | ZXing::BarcodeFormat::QRCode In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:63:4: note: 'ZXing::BarcodeFormat::QRCode' declared here 63 | X(QRCode, 'Q', ' ', "mrwG ", 58, ZXING_ENABLE_QRCODE, "QR Code") \ | ^~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:298:58: error: 'MicroQRCode' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::MicroQRCode'? 298 | if (auto val = dataMask(); val && format() & (QRCode | MicroQRCode)) | ^~~~~~~~~~~ | ZXing::BarcodeFormat::MicroQRCode In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:66:4: note: 'ZXing::BarcodeFormat::MicroQRCode' declared here 66 | X(MicroQRCode, 'Q', 'm', "mr ", 97, ZXING_ENABLE_QRCODE, "Micro QR Code") \ | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:301:19: error: 'DataMatrix' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::DataMatrix'? 301 | if (format() == DataMatrix) | ^~~~~~~~~~ | ZXing::BarcodeFormat::DataMatrix In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.h:8, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/CreateBarcode.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:68:4: note: 'ZXing::BarcodeFormat::DataMatrix' declared here 68 | X(DataMatrix, 'd', ' ', "mrwG ", 71, ZXING_ENABLE_DATAMATRIX, "Data Matrix") \ | ^~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ [ 12%] Building CXX object core/CMakeFiles/ZXing.dir/src/aztec/AZHighLevelEncoder.cpp.o /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp: In constructor 'ZXing::MultiFormatReader::MultiFormatReader(const ZXing::ReaderOptions&)': /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp:40:8: error: expected nested-name-specifier before 'enum' 40 | using enum BarcodeFormat; | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp:44:45: error: 'AllLinear' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::AllLinear'? 44 | if (!opts.tryHarder() && opts.hasAnyFormat(AllLinear)) | ^~~~~~~~~ | ZXing::BarcodeFormat::AllLinear In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.h:9, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:25:4: note: 'ZXing::BarcodeFormat::AllLinear' declared here 25 | X(AllLinear, '*', 'l', " ", 0, 1, "All Linear") \ | ^~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp:49:30: error: expected primary-expression before ')' token 49 | if (opts.hasAnyFormat(QRCode)) | ^ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp:53:34: error: expected primary-expression before ')' token 53 | if (opts.hasAnyFormat(DataMatrix)) | ^ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp:57:29: error: expected primary-expression before ')' token 57 | if (opts.hasAnyFormat(Aztec)) | ^ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp:61:24: error: 'PDF417' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::PDF417'? 61 | if (opts.hasAnyFormat(PDF417)) | ^~~~~~ | ZXing::BarcodeFormat::PDF417 In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.h:9, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:57:4: note: 'ZXing::BarcodeFormat::PDF417' declared here 57 | X(PDF417, 'L', ' ', "mrw ", 55, ZXING_ENABLE_PDF417, "PDF417") \ | ^~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp:65:32: error: expected primary-expression before ')' token 65 | if (opts.hasAnyFormat(MaxiCode)) | ^ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp:71:44: error: 'AllLinear' was not declared in this scope; did you mean 'ZXing::BarcodeFormat::AllLinear'? 71 | if (opts.tryHarder() && opts.hasAnyFormat(AllLinear)) | ^~~~~~~~~ | ZXing::BarcodeFormat::AllLinear In file included from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/Barcode.h:10, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.h:9, from /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/MultiFormatReader.cpp:7: /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:25:4: note: 'ZXing::BarcodeFormat::AllLinear' declared here 25 | X(AllLinear, '*', 'l', " ", 0, 1, "All Linear") \ | ^~~~~~~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:91:54: note: in definition of macro 'X' 91 | #define X(NAME, SYM, VAR, FLAGS, ZINT, ENABLED, HRI) NAME = ZX_BCF_ID(SYM, VAR), | ^~~~ /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/core/src/BarcodeFormat.h:92:2: note: in expansion of macro 'ZX_BCF_LIST' 92 | ZX_BCF_LIST(X) | ^~~~~~~~~~~ [ 13%] Building CXX object core/CMakeFiles/ZXing.dir/src/datamatrix/DMDataBlock.cpp.o --- core/CMakeFiles/ZXing.dir/src/CreateBarcode.cpp.o --- *** [core/CMakeFiles/ZXing.dir/src/CreateBarcode.cpp.o] Error code 1 make[2]: stopped in /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/cmake-pkgsrc-build --- core/CMakeFiles/ZXing.dir/src/MultiFormatReader.cpp.o --- *** [core/CMakeFiles/ZXing.dir/src/MultiFormatReader.cpp.o] Error code 1 make[2]: stopped in /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/cmake-pkgsrc-build 2 errors make[2]: stopped in /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/cmake-pkgsrc-build --- core/CMakeFiles/ZXing.dir/all --- *** [core/CMakeFiles/ZXing.dir/all] Error code 2 make[1]: stopped in /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/cmake-pkgsrc-build 1 error make[1]: stopped in /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/cmake-pkgsrc-build *** [all] Error code 2 make: stopped in /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/cmake-pkgsrc-build 1 error make: stopped in /pbulk/work/graphics/zxing-cpp/work/zxing-cpp-3.0.2/cmake-pkgsrc-build *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/graphics/zxing-cpp *** Error code 1 Stop. make: stopped in /usr/pkgsrc/graphics/zxing-cpp